Posts

App Store Connect ITMS-90078: Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment"

Dear Developer, We identified one or more issues with a recent delivery for your app, "XYZ" 1.0 (1.12). Your delivery was successful, but you may wish to correct the following issues in your next delivery: ITMS-90078: Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution prov

App Store Connect ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs

Dear Developer, We identified one or more issues with a recent delivery for your app, "XYZ" 1.0 (1.13). 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. Best regards, The App Store Team

ITMS-90809: Deprecated API Usage

I get this warning: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs In another thread you told that it is just a warning. does the app then have Webview or UIWebView? Can I ignore this warning? Or am I gonna be rejected by Apple?

ion-slides

The Slides component is a multi-section container. Each section can be swiped or dragged between. It contains any number of   Slide   components. Adopted from Swiper.js: The most modern mobile touch slider and framework with hardware accelerated transitions. http://www.idangero.us/swiper/ Custom Animations By default, Ionic slides use the built-in   slide   animation effect. Custom animations can be provided via the   options   property. Examples of other animations can be found below. Coverflow const slidesOpts = { slidesPerView : 3 , coverflowEffect : { rotate : 50 , stretch : 0 , depth : 100 , modifier : 1 , slideShadows : true , } , on : { beforeInit ( ) { const swiper = this ; swiper . classNames . push ( ` ${ swiper . params . containerModifierClass } coverflow` ) ; swiper . classNames . push ( ` ${ swiper . params . containerModifierClass } 3d` ) ; swiper . params . watchSlidesProgress = true ; swiper .