Appstore: Deprecated Api Usage

Discussion in 'Buildbox 3.0' started by Tars Tarkas, Aug 29, 2019.

Tags:
  1. Tars Tarkas

    Tars Tarkas Avid Boxer

    Joined:
    Jul 17, 2018
    Messages:
    303
    Likes Received:
    228
    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!
     
  2. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    What version of Buildbox you are using to export?
    Do you use firebase to install SDKs?

     
    Last edited: Aug 29, 2019
  3. Tars Tarkas

    Tars Tarkas Avid Boxer

    Joined:
    Jul 17, 2018
    Messages:
    303
    Likes Received:
    228
    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.
     
  4. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    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?

     
  5. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    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.
     
  6. Tars Tarkas

    Tars Tarkas Avid Boxer

    Joined:
    Jul 17, 2018
    Messages:
    303
    Likes Received:
    228
    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.
     
  7. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    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?
     
  8. Tars Tarkas

    Tars Tarkas Avid Boxer

    Joined:
    Jul 17, 2018
    Messages:
    303
    Likes Received:
    228
    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.
     
    Last edited: Aug 30, 2019
  9. Jackps

    Jackps Boxer

    Joined:
    Mar 12, 2018
    Messages:
    29
    Likes Received:
    6
    I want to say you what BB2 too have this problem :(
     
    itzonator likes this.
  10. itzonator

    itzonator Serious Boxer

    Joined:
    Dec 18, 2017
    Messages:
    594
    Likes Received:
    228
    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 :)
     
    Jackps likes this.
  11. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    I got same message. I didn't use any other sdk, just export for iOS and upload to apple.
     
  12. Mbarejack

    Mbarejack Boxer

    Joined:
    Jan 20, 2019
    Messages:
    18
    Likes Received:
    9
    Has anyone find a solution?
     
  13. KidApp

    KidApp Boxer

    Joined:
    Apr 9, 2017
    Messages:
    72
    Likes Received:
    12
    Hey, I have the same problem with BB2. Any solutions?
     
  14. Josh (Nology Games)

    Josh (Nology Games) Avid Boxer

    Joined:
    Nov 27, 2017
    Messages:
    200
    Likes Received:
    155
    Is this on the latest version of BB2?
     

Share This Page