How can I know private APIs are used in my App ? When I am trying to upload my App to the App Store, they are showing me this kind of Error :
Can anyone help me out ?
How can I know private APIs are used in my App ? When I am trying to upload my App to the App Store, they are showing me this kind of Error :
Can anyone help me out ?
Apple recently disallowed developers from accessing the device's UDID (Unique Device Identifier), but some Third Party Libraries haven't updated yet.
If you are using Google Analytics in your App, it may be responsible for creating this kind of problems.
There are some other Issues also :
If you don't use any private API then you have a Method in your code which has the same name as a private API. Go and change that name and re-submit your App.