German Einreichung IOS APP (Fehler/Info)

Wolli013

Well-Known Member
Licensed User
Longtime User
Muss man da was beachten?

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 provisioning profile that includes the "aps-environment" entitlement. Xcode does not automatically copy the aps-environment entitlement from provisioning profiles at build time. This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file. For more information, see https://developer.apple.com/library...s.html#//apple_ref/doc/uid/TP40008194-CH6-SW1.

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

DonManfred

Expert
Licensed User
Longtime User
Du wirst auf eine neue iOS Version upgraden müssen früher oder später.
Ich habe da letztens was von Erel gelesen.

Keine Ahnung ob das bei dir relevant ist aber guck selber mal

 

DonManfred

Expert
Licensed User
Longtime User
Das hier auch noch. Es geht um das webview

Starting from B4i v6.50 the #MinVersion attribute must be set to 8+. It is related to WebView being based on WKWebView instead of the deprecated UIWebView. WKWebView is only available in iOS 8+.
 
Top