Is it possible to upload ipa file in istore if i open website url in brower on click event of ipa file

StackOverflow https://stackoverflow.com/questions/15879438

Вопрос

I have created one .ipa file using PhoneGap.

When user click on my App Icon, it will redirect user to my website in web browser.

Will AppStore approve this ind of App.

Another Doubt: Also, If I use WebKit Component in my App to show the Website inside the App; Will Apple approve this kind of App ?

Это было полезно?

Решение

Go through this AppStore Review Guidelines:

It says:

enter image description here

AND

enter image description here

Hope this clears your concerns.

So, If your are not doing anything useful and entertaining, other than showing the website in web view or providing external links to your web sites; then you should be ready to get rejection.

Другие советы

According to Apple Review guideline , only website embed in iOS App with UIWebView or Redirect to website and not useful app will be reject.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top