So basically what I want to do as the title says is when I have a bluetooth connection established to my iOS device, an application should automatically start. How can I do that?
Observation: GameKit is used for the connection.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Without jailbreaking the device and writing/installing a Springboard plugin, this isn’t possible in iOS.
There are no Apple-provided APIs for launching apps and developers are only able to write code that runs when their app is launched by a user.