- Home /
iOS Unpaused Application from Bluetooth
I am writing an app that is not a game. It communicates with an External Accessory via Bluetooth. I have everything working where I can get notifications in the background when a Bluetooth device connects or disconnects. I also get the data messages while in the background.
If I get certain types of messages I need to be able to bring the app into the foreground. I am pretty sure this is not something I can do automatically and may need user interaction and that is ok. I just need to know how to do that. Is there a way to show a notification to the user or something?
Answer by Hotshot10101 · Feb 06, 2013 at 06:16 AM
I am using the iOS notification system in the plugin that I wrote.
Your answer
Follow this Question
Related Questions
Is there a way to pause the game before it goes to the background? 0 Answers
Keep audio playing outside of an iOS app 0 Answers
How to get some background process time after OnApplicationPause 1 Answer
iOS Background Thread Problem 0 Answers
Is there a Tutorial on Running Android, iOS in background? 1 Answer