AzureAD / azure-activedirectory-library-for-cordova

ADAL for Cordova
59 stars 111 forks source link

iTunesConnect Rejection #190

Open scotthmusson opened 6 years ago

scotthmusson commented 6 years ago

Issue Description

When uploading our applications to iTunes Connect we now fail due to the following error, this used to be just a warning. "iTunes Store Operation Failed - The app references non-public selectors in the payload/dispatch event: We used to see this as a warning, but it allowed upload, now it stops us from uploading to iTunes.

Removing the plug-in resolves the upload issue.

We have tried this on 2 different applications with the same result.

Issue occurs on xCode 9.2, doesn't occur on xCode 8.x, but as of July we must use xCode 9/iOS 11 SDK

Repro Environment Details

  1. Installed plugin version: (Have you tried installing the latest plugin version to ensure this has not already been fixed?) We are using the latest version

  2. Target Platform: for example, Android or Windows 10 or Windows Phone 8.1 iOS

  3. Cordova and platform versions: just run cordova -v && cordova platform list 6.5.0/4.5.4

  4. Test device and OS version: for example, Nexus 5 Android 6.0, Windows Mobile 10 emulator, Windows 8.1 Desktop x64 N/A

  5. Are you using Cordova from command line or special Cordova IDE (Visual Studio Cordova Tools, etc), what version? Command Line

  6. If Windows related, please specify whether SSO option is enabled or not.

  7. [optional] Logs: set logger to get internal logs from SDK libraries (https://github.com/AzureAD/azure-activedirectory-library-for-cordova#logging)

balanb02 commented 6 years ago

Any updates? We are also seeing the same iTunes upload error "The app references non-public selectors in the payload/dispatch event."

scotthmusson commented 6 years ago

Would appreciate any help with this, it's a big impact at least for our applications

scotthmusson commented 6 years ago

in 30 days we will no longer be able to use this plugin with App Store Apps as it will be rejected by Apple when using xCode 9. xCode 8 compiled apps will no longer be accepted after June 30th.

gokhanku commented 3 years ago

Hi, Is there any progress about this issue?