I'm making an app that tracks user location. The idea is when a user reaches certain destination, user's iPhone will vibrate and notification will appear on the screen. I also want to keep app running in background when user locks his phone. So the questions are:
- How to keep an app to run in background?
- How to send a notification with vibration feedback?