We've Detected This App Uses An Unsupported Version Of Play Billing. Please Upgrade To Billing..

Discussion in 'Buildbox General Discussion' started by volcank, Apr 18, 2023.

  1. volcank

    volcank Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    794
    Likes Received:
    391
    hi guys,

    I am using the lates updtaed buildbox classic and trying to upload my bundle to the google play store. However I come up with this error:

    "We've detected this app uses an unsupported version of Play billing. Please upgrade to Billing Library version 4 or newer to publish this app"

    I know there are a lots of threads on this in forums but couldn't find a single solution to this problem. I remember I had solved this by changing the version to billing settings in android studio but couldn't find it this time. I would appreciate help. I found a thread in which there is a video which is now a private video.
     
  2. Vlad-NY

    Vlad-NY Serious Boxer

    Joined:
    Jul 21, 2018
    Messages:
    605
    Likes Received:
    361
    It's the same as buildbox 3 so you have to do this:

    - Open the build.gradle (Module:app)
    - Make sure to have the following implementation:
    Code:
    implementation "com.android.billingclient:billing:4.0.0"
    - Sync the project, rebuild and you're done
     
    HG-2018 likes this.
  3. volcank

    volcank Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    794
    Likes Received:
    391
    Hi Vlad Thank you for quick reply. Will give it a go now hope it works.
     
  4. Vlad-NY

    Vlad-NY Serious Boxer

    Joined:
    Jul 21, 2018
    Messages:
    605
    Likes Received:
    361
    cool, let me know if that works,

    note: if you have that line just update to a newer one and sync
     

Share This Page