c# - Issue:Your app contains non-public API usage? -
i'm trying submit app on app store i'm getting errors in validation:
your app contains non-public api usage. please review errors, correct them, , re-submit application.
apps not permitted access udid , must not use uniqueidentifier method of uidevice. please update apps , servers associate users vendor or advertising identifiers introduced in ios 6.
if think message sent in error , have used apple-published apis in accordance guidelines, send app's nine-digit apple id, along detailed information why believe above api's incorrectly flagged, appreview@apple.com. further information, visit technical support page @ http://developer.apple.com/support/technical/.
please note in above error, says "please review errors, ...". however, there no errors displayed during upload process. have search code uniqueidentifier method in code , have not found anywhere used.
i'm using third party api kamcord recording video purpose.
can me issue?
the uidevice uniqueidentifier
property deprecated, that's non-public api usage referring to. make sure using latest version of third party library referring to. if using older version, might still call method. if doesn't help, contact developers of third party library confirm it's not in code.
Comments
Post a Comment