D
D
dmitro_pro2019-05-20 07:53:29
Apple Developer Program
dmitro_pro, 2019-05-20 07:53:29

How to solve the problem with publishing ios app in appstore?

Hello, itunes has sent an application that has navigation inside each button of a webview site page.
From apple came the answer that your minimum functionality is not enough, more native functions are required, for example, push notifications, something else ... or the application must contain html5.
Question: i.e. you need to write an application with an API completely native is it all? Or are there options to work through webview?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Vorobei, 2019-05-20
@ivanvorobei

Reject by minimal functionality is not a rare phenomenon. Often, applications are rejected on this point, which, as it were, there is nothing to reject, but the reviewer does not want it to end up in the store.
An application from a WebView has little chance of passing - Apple in the guidelines prohibits the publication of such applications. They cannot look into the project, but they can find the typical behavior of UIScrollView (it is used for WebView ), crooked transitions, content loading, etc.
How to solve the problem:

  1. Rewrite the app natively, add Siri Shortcuts and push notifications. If the application is Orthodox, it should work.
  2. Hide WebView . Limit Bounce to scroll, wrap in a UINavigationController , etc.
  3. Not a fair choice

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question