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

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

javascript - Create websocket without connecting -

sharepoint - Accessing files across a shared directory using a Windows service -