-
Re: Launch iOS settings from within the app instead of "app-settings:"
eskimo Feb 5, 2019 2:46 AM (in response to aravind_v)See this post for some general guidelines on this front.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
Re: Launch iOS settings from within the app instead of "app-settings:"
aravind_v Feb 5, 2019 3:20 AM (in response to eskimo)Thanks.
I did go through the above mentioned thread and many other threads even before you mentioned it.
I agree "App-Prefs:root" is not public anymore, but I see some reporting that they have passed Apple's approval using "App-Prefs:root" while some have reported their apps have got rejected.
Can you please be very clear as to whether this would cause app rejection? I'll have to take this thread to a CFT to work on a different flow based on your response.
If yes, we will go ahead changing our flow. If no, we can live with it.
Appreciate your response.
Thanks,
Aravind V
-
Re: Launch iOS settings from within the app instead of "app-settings:"
eskimo Feb 6, 2019 1:05 AM (in response to aravind_v)Can you please be very clear as to whether this would cause app rejection?
No. Only App Review can say definitively what will or won’t be allowed on the store.
I can only say what I’ve already said: With regards Apple URL schemes, only the schemes explicitly documented are supported. Everything else is considered to be private API.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
-