I uploaded a game to Appstore Connect today and got this message from Appstore Connect: "Dear Developer, We identified one or more issues with a recent delivery for your app, "Ballz A Poppin" 1.0 (1.3.1). Your delivery was successful, but you may wish to correct the following issues in your next delivery: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information. After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to App Store Connect. Best regards, The App Store Team" The version was uploaded but I don't know if it will be accepted. Anyone has this issue or has any advice? Thank you!
The latest BB3, I tried with no sdks and still got the same error. I have to mention it's a new game, still unreleased. I uploaded a build to an existing game and did not receive the error.
If you are using firebase, this is one of the reasons to trigger this outdated API, you need to update firebase to the latest as they already solved the issue. So you had this for new game release, not on updates?
If you do not use firebase, search for instances in code: UIWebView. That's depreciated. Try replacing UIWebView with WKWebView, compile, test the game to see how it goes.
I don't use firebase. Never have. I searched the project for UIWebView but nothing was found. Its just the BB project exported, nothing extra added after export. It's a major bummer for me.
I also have a new game to be uploaded the first time, I will report today. Have you talked to @Sean Buildbox and Buildbox support?
And you got the same error? It seems it's something recent, I've seen people complaining on other forums. I sent an email to support yesterday, I am still waiting.
Email support let them know. It looks like this would be fixed on BB 3.0.2 when come up, but for BB 2, email support to address this issue, if they probably already know. Very soon Apple will stop accepting those binaries, if not updated