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
Post a Comment