Can we use exit(0); to quit our ios app on clicking a button in alert view and display a message in the same alert view saying, clicking on update your app will quit? will that be accepted by apple, when my app goes for review?
Asked
Active
Viewed 45 times
0
-
your app will be rejected, – Anbu.Karthik Jan 31 '18 at 07:59
-
Apple will reject your app. As per the apple guidelines, You should not kill the app from the code. – Venk Jan 31 '18 at 07:59
-
https://developer.apple.com/library/content/qa/qa1561/_index.html – Venk Jan 31 '18 at 08:06
-
Actually this is for force app upgrade.Can we write that method again in applicationWillEnterForeground method of app delegate? – Vaishnavi Ambi Jan 31 '18 at 09:54