objective c - Moving to Safari web page from iOS app -


i've heard friend apple has stopped accepting applications might move web page outside app(in safari). true?
i'm talking method:
uiapplication.sharedapplication().openurl(myurl)

sorry dumb rather looking questions, couldn't find information online...

apple added restrictions canopenurl and, mistakenly, openurl in ios 9. must declare url schemes (except system handled, http) can used these methods, in other case these methods return error, and, probably, reason app rejection. these changes announced on this session


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -