Reputation: 708
I am using UIWebView to open a link in my app and I submitted it to the AppStore which resulted in the rejection with reason of 2.12 of review guidline which says
2.12: Apps that are not very useful, are simply web sites bundled as apps, or do not provide any lasting entertainment value may be rejected
Is it because I used UIWebView to open a web site.
Upvotes: 0
Views: 218
Reputation: 5540
As far as my knowledge you are not providing any useful information i.e nothing is special in your app
Upvotes: -1
Reputation: 9740
UIWebView
are used to open the websites. But your application must have certain more features.
The application containing only a UIWebView
to open a website is of no use as instead you can open the website directly in the Safari and in that open the Actionsheet
from the bottom bar and tap on Add to Home Screen option. It will be same as the application you have tried to upload on Appstore.
Upvotes: 3
Reputation: 978
It is not because you open a website with UIWebView, but it might be because your app does only that. Your app must do more that just that.
Upvotes: 3