Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Non-public API #129

Open
poveteen opened this issue Jul 4, 2016 · 1 comment
Open

Non-public API #129

poveteen opened this issue Jul 4, 2016 · 1 comment
Labels

Comments

@poveteen
Copy link

poveteen commented Jul 4, 2016

Hi there.
We submitted the app to the App Store.
We have discovered one or more issues with DZNPhotoPickerController open source.
Here is an email from The App Store team.

please help me.

thank you.

iTunes Connect: Your app (Apple ID: XXXXXXXX) has one or more issues

To process your delivery, the following issues must be corrected:
Non-public API usage:

The app references non-public selectors in Your App: setLaunchPath:, setResult:, terminationStatus
If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed.

If you think this message was sent in error and that you have only used Apple-published APIs in accordance with the guidelines, send the app's nine-digit Apple ID, along with detailed information about why you believe the above APIs were incorrectly flagged, to appreview@apple.com. For further information, visit the Technical Support Information page.

Once these issues have been corrected, you can then redeliver the corrected binary.

@dzenbot
Copy link
Owner

dzenbot commented Oct 25, 2016

Hi @poveteen. How are you installing this library into your app. Are you using Carthage by any means?

The library does not use any private API. If you search for terminationStatus or setLaunchPath: you'll see these are part of Kiwi, which is the testing framework used in the sample project. Maybe Kiwi is being linked to your binary somehow? I've seen this happening when using Carthage at least.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants