IOS application - Using the API for non-public API applications - links to non-public selectors: cancelButtonClicked, setResult:

After I downloaded the application in itunes, I get a message that my application uses non-public api methods - cancelButtonClicked , setResult:

But cancelButtonClicked is used as an IBAction method for various buttons and searchBar. Do I need to rename it? Also, this is very common, please suggest ..

For setResult: Method I also did not use this method, where I also did not find this method used in my full workspace.

I used several third-party APIs, some of which are below:

  • AFNetworking
  • Google Maps SDK
  • Google Places SDK
  • Google analytics
  • RSK Image Cropper
  • Facebook SDK
  • Twitter SDK
  • ASIHTTP
  • MBProgressHud
  • SDWebImageCache

, , .

, Xcode 6.3.2 iOS 8.0. SO Xcode 6.0.1, , Google Maps SDK POD Xcode6.3 .

.

+1
1

, . script . , , /, .

grep -Rnis 'cancelButtonClicked' *
grep -Rnis 'etResult:' *
+3

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


All Articles