Non Public API Usage and Unique Identification Methods of UIDevice iOS

I have finished developing my application. I made a shopping application that uses the Paypal API to pay. When I tried to download the application, it gave the following error. I use the Paypal API and UIDevice methods for orientation. Please suggest any solution for this.

thanks enter image description here

+4
source share
1 answer

Do you get the source in the Paypal API? Take a look at the Facebook fix by simply adding to your API: https://github.com/facebook/facebook-ios-sdk/commit/56b40a4e75a5ab30cfbfb4197c69f092470b32f2#L13L1150

It seems that just assigning the variable UIDevice to the variable causes this? This may change as Apple heuristics become smarter ...

0
source

Source: https://habr.com/ru/post/1482094/


All Articles