wasim
wasim

Reputation: 708

How to use UIWebView to display a website in an iPhone app?

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

Answers (3)

Tendulkar
Tendulkar

Reputation: 5540

As far as my knowledge you are not providing any useful information i.e nothing is special in your app

Upvotes: -1

Suresh Varma
Suresh Varma

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

Ivor Prebeg
Ivor Prebeg

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

Related Questions