-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Store rejecting binaries due to Non-public API usage #8222
Comments
I found a few problems with this issue:
|
Hey @Alexsilvacodes - thanks for the report. We'll look into this ASAP to get it resolved. At first glance, it looks like this it was a public API that was deprecated and is now removed from the public headers in iOS 15. |
Filed internally at b/190661518. Note: for the |
Hi @ryanwilson, thank you for your quick response! Right now we are not using anything related with iOS 15, our target is iOS 14 and in fact we got this using Firebase |
Thanks @Alexsilvacodes, this is definitely a change on the App Store side (or a flake, but it seems unlikely). My suspicion is they now updated the "private APIs" list, and since the API being used was in a public header before and removed, it's now on the private API list and being flagged (regardless if you're supporting any iOS 15 features or not). We'll hopefully have another update in a few hours, a lot of the team is in California so it's still quite early there before they'll see this and we can evaluate the impact. Stay tuned, and thanks again for the report. |
Amazing @ryanwilson , thank you so much for the quick and thoughtful response! |
Firebase 8.1.1 is now published for CocoaPods and Swift Package Manager. The zip and Carthage distributions are planned to be updated tomorrow (Friday) |
8.1.1 is now available for zip and Carthage distributions as well. |
…8.1.1 Very important on the firebase-ios-sdk to avoid App Store Rejection: firebase/firebase-ios-sdk#8222
…8.1.1 Very important on the firebase-ios-sdk to avoid App Store Rejection: firebase/firebase-ios-sdk#8222
…8.1.1 Very important on the firebase-ios-sdk to avoid App Store Rejection: firebase/firebase-ios-sdk#8222
[REQUIRED] Step 1: Describe your environment
Swift Package Manager
[REQUIRED] Step 2: Describe the problem
We are using Firebase Analytics, RemoteConfig and Crashlytics importing this SDK via SPM, since two days ago our binaries are getting rejected by Apple with the following message
Our app doesn't use any of those methods, but checking our
symbolmap
we discovered that Firebase SDK is using the methodlookUpAdConversionDetails
.We are having this issues without changing any dependency version or Xcode configuration, so looks like Apple changed their API-usage process.
We are investigating if this is an Apple issue or is something that Firebase should take action on, if you can provide more info about this it will be much appreciated.
The text was updated successfully, but these errors were encountered: