iOS Question web view

elitevenkat

Active Member
Licensed User
Longtime User
i have a full full fledged responsive php web app. Is it possible to use webview and call the main php url and make an ios app that could be uploaded to app store ?
 

BillMeyer

Well-Known Member
Licensed User
Longtime User
Part 1 of your question.
Yes it is - webview will work for this and load properly and display your web app.

Part 2 of your question.
No. Apple will reject it. The reason being that you are required to include some native functionality in your app and not only wrap a web app in your app.

From the app review guidelines for iOS:

4.2 Minimum Functionality
Apps that are not very useful, are simply web sites bundled as apps, or do not provide any lasting entertainment value may be rejected

If you like then "like" and even if you don't like - still "like" (Bottom right)

Enjoy !!
 
Upvote 0

elitevenkat

Active Member
Licensed User
Longtime User
i will be using native features like location, webservices, device info, push messages, menus, images apart from the webview thing.
What are the chances of approval ?
I am very new to IOS. in fact this is my first posting in ios forum.
 
Upvote 0

elitevenkat

Active Member
Licensed User
Longtime User
this is basically a online food ordering app for a restaurant. It is developed in b4a for android and in php for web. the b4a development took nearly 2 moths (exclusively by me - of course with good help from b4a always ready to help team). I dont have any experience is b4i. Just want to have my app in app store.
 
Upvote 0

BillMeyer

Well-Known Member
Licensed User
Longtime User
Ok - with the additional information, yes you do have a chance, and a good one, of having approval. As long as the perceived functions of use are for native iOS features, then it should be all good.

The best is to try and see what happens. Usually (most times) Apple will let you know where the problem is with the app.

Things to be aware of, based on my experience, are:

1. If you are developing on a contractual basis for a company - make sure they have a DUNS number and account with Apple - even if you manage it for them - or else Apple will tell you a lot about copyright, intellectual property and all those nice things.

2. Make sure that most of your app is functional without needing a login upfront - and if you do need to have a login first - make sure you provide a username and a password to the review team when you submit the app so that they can test it.

3. Don't be shy to leave a message for the review team (on your Apple Account - when you setup the Store Presence for your app). This goes a long way in establishing an introduction to the workings of your app.

4. Make sure all your entitlements (permissions) are in your app and address what they need to.

5. Follow the tutorial on B4i for submitting an app (The one where you are told how to put your app in Airplane Mode etc).

6. Make sure your app works on iPad (Screen Sizes if you do not use anchors etc). The two stores were recently combined and it is now a requirement for your app to work on both. Also check your device under setting for screen - is it zoomed or normal - this changes your designs if you have it on Zoomed.

7. If you submit and you pass the first time - you have done very well !!

I trust that this will help a bit.


Enjoy !!
 
Upvote 0

elitevenkat

Active Member
Licensed User
Longtime User
Thank you. That is highly useful info you have shared. as a newbee it might take several weeks for me to develop.
 
Upvote 0

Similar Threads

Top