iOS How To – Using the Proximity Sensor

If you’re going to create an app that plays audio, one great feature to have is the ability for the user to be able to listen to the audio through the headset of the device (when they put it to their head) rather than the speaker at the bottom. Doing so is fairly simple. I recommend reading iOS How To – Playing Audio before continuing. Read More…

iOS How To – Playing Audio

If you have audio that you would like the user to manually control with a button, this is the quick How To for you. The end result will allow you to play and stop audio with the same button. In future posts, I will show how to reroute that played audio from speaker to headset using the proximity sensor and bluetooth headset. Read More…