Hide Safari address bar on iOS 5

前端 未结 1 1257
遇见更好的自我
遇见更好的自我 2021-01-26 05:25

I\'m building a booking app for my shop that will be displayed in an enclosed case for my customers to use. As the app will be accepting payments I will need to launch Safari to

相关标签:
1条回答
  • 2021-01-26 05:49

    Embed a UIWebView into your app and then you will have the features of Safari without your address bar problem.

    As for Apple not liking your app's users purchasing stuff without going through Apple's in-app payment process, it depends on what you're selling. If it's enhanced functionality for the app or digital content, they definitely would be annoyed (and if they thought you were trying to do an end-run around this via the Safari thing, they would likely reject your app). If your app is simply a gateway to some brick & mortar store (that sells physical things), Apple doesn't care if you go to the site with a UIWebView.

    0 讨论(0)
提交回复
热议问题