I have validated my application with the AppStore and received a warning about the usage of private API: version. My client would like this resolved prior to us delivering the application to them.
I ran the following command and it returned positive for a value of version but I am not sure how to proceed to remove version.
$ strings myproject/bin/iPhone/Release/myproject.app/myproject | grep version
Posts
The string
version
is public API:https://developer.apple.com/Library/ios/documentation/Photos/Reference/PHImageRequestOptions_Class/index.html#//apple_ref/occ/instp/PHImageRequestOptions/version
Do you have any idea why I would be receiving a warning for this?
Apple probably made a mistake.
It's happened before.