0

I've read a lot of questions here, some says there is a need to set VOIP mode and the app should boot itself after reboot. But my app mostly do background location based stuff. My app is not VOIP based but it is necessery to restart it after reboot. Is there any way to do it or it can never be done?

By the eay, I set the VOIP key in the plist file and my app still not boot itself after reboot.

Any ideas mates?

Idan Moshe
  • 1,675
  • 4
  • 28
  • 65

1 Answers1

2

Here is an example to test to make sure you are implimenting everything correctly. Everyone reports this to work properly with the voip key added.

VoIP iOS example

Mark McCorkle
  • 9,349
  • 2
  • 32
  • 42
  • ok, thanks. will apple ban my app if i lie and add the VOIP key and don't user VOIP in my app? – Idan Moshe May 06 '13 at 14:01
  • More than likely they will just not approve it. They do test any functionality that is reported to be in the app and require all features to be there at the time of testing. I'm 100% sure they will test the voip key feature. – Mark McCorkle May 06 '13 at 14:03