Apple Store - отклонение новых приложений с использованием UIWebView; Повлияет ли это на мое существующее приложение и будущие выпуски? - PullRequest
2 голосов
/ 26 марта 2020

У меня есть приложение в магазине Apple, написанное с помощью Ioni c v1, Cordova и AngularJS. Это было там уже несколько лет. Мы планируем еще несколько релизов в ближайшие месяцы. Я получил это письмо от команды Ioni c:

Hi Aubrey,

In just over one week’s time, Apple will begin rejecting new apps using UIWebView. We wanted to reach out with details on how to update your Ionic apps.

If you receive an email from Apple after uploading an app binary to the App Store, you’ll need to update the app. The email reads something like this:

We identified one or more issues with a recent delivery for your app, [App Name & version number]. Your delivery was successful, but you may wish to correct the following issues in your next delivery:

ITMS-90809: Deprecated API Usage – Apple will stop accepting submissions of apps that use UIWebView APIs. See https://developer.apple.com/documentation/uikit/uiwebview for more information.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to App Store Connect.

You can find complete details including upgrade instructions on the Ionic blog, but here’s the summary:

Using Cordova? Update to cordova-ios 5.1.0 and above, install the WKWebView plugin, and update each Cordova plugin to the latest version.
Using Capacitor? Update to the latest version then sync the project.
Submit a new version of your app before the deadline to ensure that it has been updated correctly.
If you're an Ionic Enterprise customer, your Customer Success Manager should already be in touch. If you're not a customer and would like to learn more about Enterprise Support options, please reach out here for extra assistance. Our Enterprise Support team is available and able to help. We've already helped a number of our customers navigate this change quickly & easily.

Cheers,

The Ionic Team

В письме говорится, что они будут отклонять новые приложения, если они используют UIWebView.

Означает ли это, что мои будущие выпуски будет затронут? Будет ли отклонен мой следующий выпуск существующего приложения для использования UIWebView?

1 Ответ

1 голос
/ 31 марта 2020

Эта ссылка дает ответ на оба ваших вопроса.

Суть: пришло время обновить ваши приложения! Apple будет принимать заявки только на приложения Ioni c iOS, содержащие ссылки на UIWebView, до апреля 2020 года (новые приложения) и декабря 2020 года (существующие приложения). Чтобы соответствовать новому требованию, просто обновите до последней версии Capacitor. Если вы используете Cordova, см. Ниже. - Из предоставленной ссылки!

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...