user2594254
user2594254

Reputation: 27

Issue:Your app contains non-public API usage?

I'm trying to submit my app on the App Store but I'm getting this errors in validation:

Please note in the above error, it says "please review the errors, ...". However, there were no errors displayed during the upload process. We have also search the code for the uniqueIdentifier method in code and have not found anywhere it is used.

I'm using the Third party API is Kamcord for Recording video purpose.

Can anybody help me with this issue?

Upvotes: 0

Views: 883

Answers (2)

Henrik Erlandsson
Henrik Erlandsson

Reputation: 3830

Note that this can be a temporary App Store server side error on submission from XCode, as per this thread. You may have already found that it worked a while later.

Upvotes: 0

Marcel
Marcel

Reputation: 6579

The UIDevice uniqueIdentifier property is deprecated, so that's probably the non-public API usage they are referring to. Make sure you are using the latest version of the third party library that you are referring to. If you are using an older version, it might still call the method. If that doesn't help, contact the developers of the third party library to confirm it's not in their code.

Upvotes: 0

Related Questions