Feed Buzzard

Cooking content that keeps your audience buzzing

  • General
    • General News
  • Tech
  • World Tech
  • World Tech Code
  • Wearable Tech
  • Pokemon
  • Latest
  • About Us
    • Terms & Conditions
    • Privacy Policy
  • Contact
No Result
View All Result
  • General
    • General News
  • Tech
  • World Tech
  • World Tech Code
  • Wearable Tech
  • Pokemon
  • Latest
  • About Us
    • Terms & Conditions
    • Privacy Policy
  • Contact
No Result
View All Result
Feed Buzzard
No Result
View All Result
Home World Tech

in-app billing android return authentication is required when try to subscribe to product –

Gordon James by Gordon James
January 9, 2021
in World Tech
0
0
SHARES
2
VIEWS
Share on FacebookShare on Twitter

Development issue/problem:

This is the first time I’ve dealt with internal invoicing in Android
1) I use the API v3
2) I downloaded the alpha version of my application to test it.

3) I have created a subscription product

4) This is my code to subscribe to the product.

mSubscribeButton.setOnClickListener(new OnClickListener() {)

@General invalid
opClisk(View v) {

Try

PendingIntentBundle = mService.getBuyIntent(3, getPackageName(), my_product_id, sub, bGoa+V7g/yqDXvKRq+JTFn4uQZbPiQJo4pf9RzJ) ;
PendingIntent = subscriptionIntentBundle.getParcelable(BUY_INTENT) ;

if (subscriptionIntentBundle.getInt(RESPONSE_CODE) == 0) {

startIntentSenderForResult(pendingIntent.getIntentSender(), 4002, new Intent(), Integer.valueOf(0), Integer.valueOf(0);} else {Toast.makeText(MainActivity.this, error code: + subscriptionIntentBundle.getInt(RESPONSE_CODE), Toast.LENGTH_SHORT).show();}} catch (RemoteException e) {e.printStackTrace();} catch (SendIntentException e) {e.printStackTrace();})

5) I get the following error

Can somebody help us?

How can I solve this problem?

Solution 1:

I already have the same problem. Go to the Google Developer Console and make sure your application is MANDATORIAL for each version (alpha, beta or prod). Then, the purchase of the in-app

Solution 2:

I have the same problem with the awful message:

Authentication is required. You need to sign in to your Google Account.

I’ve had two problems:

  1. I tried to buy a product in my code with the identifier com.argonnetech.wordswriting.noads, but in the application, the product configured in the Google Play Developer Console (GPD) was simply called noads.
  2. After I changed the name of the product in the application in the GPD console, I had to put it into active mode.

It worked. The error message is misleading, it is better if the type of error is not present in the application element.

Solution 3:

Android developers testing a purchase account built into the application should follow these tests.

Base64EncodedPublicKey

// Base64EncodedPublicKey check

Publicly available static end String base64EncodedPublicKey = MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCg +
KCAQEAhNe2XQ70DceAwE6uyYYYYGK1dIBbZcPdlER/9EEzylr6RDU6tnGj0Tk7kceN03GKvRf/ucT+ERLL3O +
aHR22PXRXLZ17NZ81x6oS2vGmLyXBnjrU/I+asl8cNuLGySaoCdXPAV+A9g6OG13dk+KY9i0O1roGpFH +
fsAFyKCgSqR0PMJZ1bS+wFFBYf3M4IxgBcxuZKDmR+MztCgm5N4zc6wFZn3mXeDoTg15mWDU3sZO +
WeRwFeynhV+FCYdDp8DpAkLk1b5IiXYFQ53wxCh/GxiKqBB6uQMmAixFjAcZV1QWfcBABae9vxiV5 +
VAEJvOOnhPxnaT9HYadW0pQ/UbJwIDAQAB ;

And bought an item with a key, like this one.

POINT_PINTS

// Test ITEM_PURCHASED

public static end string ITEM_PURCHASED = android.test.purchased ;

And start setting this code to initialize the IabHelper class to purchase
in the application,

IabHelper helper = new IabHelper (this, Constants.base64EncodedPublicKey);
helper.startSetup(new IabHelper.OnIabSetupFinishedListener() {
public void onIabSetupFinished(IabResult result) {
if((! result.isSuccess())) {
Log.d(#InAppStartSetup#, internal billing configuration failed: + result);
} other {
Log.d(#InAppStartSetup#, internal billing configuration successful.);
}
}
})

And finally, I took the time to make this coded pen here,

helper.launchPurchaseFlow(YOUR_ACTIVITY, Constants.ITEM_PURCHASED,
YOUR_REQUEST_CODE, mPurchase FinishedListener, ) ;

Thanks, guys…

Solution 4:

The documentation on developer.android.com seems outdated.

If you want to test the application’s internal billing without making it public, you need to create a Google group and add an alphabetical list of testers. See here:
https://support.google.com/googleplay/android-developer/answer/3131213?hl=en

FIXED

From mid 2015 this will no longer be necessary. They have new testing capabilities in the Google Game Developers Console.

Solution No 5:

Most of the above solutions work, but for those who still have this problem, try this:

  • In Android Studio, sign your application with the license key (this creates a signed file app-release.apk ).
  • Then ENSURE that you install on your physical device using the installation path adb/to/your/app-release.apk (NOT via Alpha/Beta).

Screenshots

Solution No 6:

In my case, the versionCode, versionName and applicationId were not synchronized with the current version of the application on the developer’s console. I modified this in the build.gradle file. They were different because I rewrote the application in Eclipse’s android studio. After that the invoicing was triggered in the application.

Solution No 7:

This is what works for me:

  • Download a preliminary version of the application in alpha or beta with version code.
  • Log in to your device with an account that has an active subscription.
  • Install a signed application on your device with the same version as the alpha/beta version.

Good luck!

Related Tags:

in-app purchase android free,android get subscription expiration date,google play in-app purchase fee,android in-app billing v3 library,in-app purchase android tutorial androidhive,android in-app billing subscription sample,querypurchasehistoryasync,android in-app billing tutorial,onbillingservicedisconnected,queryskudetailsasync returns empty list,google play in-app purchase error,in-app purchase android tutorial,google play balance not showing in game,can't make in app purchases iphone,payment unsuccessful google play,play store password open,1 tap buy google play not working,1 tap buy meaning,google pay fingerprint authentication,google play refund forum,how to see google account password in mobile,revenuecat android github,subscriptions 101,android app licensing tutorial,in-app purchase subscription tutorial android,in-app purchase android tutorial 2020,in-app purchase android example github,in-app purchase in android programmatically,android in-app purchase server verification,in-app purchase not working android,how to enable in-app purchases android,device restriction settings android,brawl stars in-app purchases,wrong google play balance,google defaults to wrong account,wrong google account,pokemon go change google play account,google pay wrong payment,how to buy in-app purchases on google play,android in-app billing subscription sample github,restore in-app purchase android programmatically,google play billing library

Total
0
Shares
Share 0
Tweet 0
Pin it 0
Share 0
Gordon James

Gordon James

James Gordon is a content manager for the website Feedbuzzard. He loves spending time in nature, and his favorite pastime is watching dogs play. He also enjoys watching sunsets, as the colors are always so soothing to him. James loves learning about new technology, and he is excited to be working on a website that covers this topic.

Related Posts

World Tech

No Phone, No Problem: Receiving SMS Online Made Easy

March 24, 2025
Image2
World Tech

The Smart Shopper’s Guide to Finding Reliable Tech at the Price

February 24, 2025
Image1
World Tech

The Unique Appeal of Clash GG Case Battles

February 19, 2025
Next Post

Google Play Services Missing in Emulator (Android 4.4.2) –

6 Facebook marketing tools to level up your business strategies

How to animate floating action button using android activity transition? –

No Result
View All Result

Recommended

Image2

Build Smarter, Ship Faster: Why Agile Teams are Adopting Model Context Protocol

1 day ago

Smart Transit: The Rise of GPS, Scheduling Apps, and Digital Tools in Bus Fleets

2 days ago
Image3

Why Social Betting is Changing Online Gambling’s Future

2 days ago
Image1

What $10 Purchase You in The Digital World: A 2025 Micro-Spending Roundup

4 days ago

Categories

  • Businesses
  • Fitness Trackers
  • Gaming
  • General
  • General News
  • Latest
  • Latest Trends
  • Online Gaming
  • Pokemon
  • Tech
  • Technology and Computing
  • Wearable Tech
  • World Tech
  • World Tech Code

Our Address: 222 Haloria Crossing
Vrentis Point, HV 12345

Categories

  • Businesses
  • Fitness Trackers
  • Gaming
  • General
  • General News
  • Latest
  • Latest Trends
  • Online Gaming
  • Pokemon
  • Tech
  • Technology and Computing
  • Wearable Tech
  • World Tech
  • World Tech Code
No Result
View All Result
  • Image2
  • Image1
  • Image2
  • RyanMotorsOmaha
  • Tech News FeedCryptobuzz
  • Ujjukt [Hjv
  • www Feedbuzzard .com
  • Image3
  • Image3
  • Image1
  • Image3
  • Image2
  • Image2
  • Image3
  • Image1
  • Image2
  • Image2
  • pandagendut slot
  • faktor-faktor yang mendorong didirikannya voc adalah
  • sayur yang bisa ngeramal
  • buku mimpi 2d 3d 4d abjad
  • gerakan awal guling lenting yang benar diawali dengan gerak
  • ibanking bank jateng personal
  • canadadry.ca enter pin 2022
  • chord gitar wali kerudung merah
  • Reparasi Tas Terdekat
  • buku mimpi 2d 3d 4d abjad
  • no hp janda yang bisa dihubungi
  • pola138
  • photoacampamente
  • bo togel hadiah 2d 200rb
  • www feedbuzzard .com
  • feedcryptobuzz cryptocurrency updates from feedbuzzard
  • feedbuzzard com
  • Ca Khia
  • 5 letter words starting with ca
  • Mobile. de
  • Mendarat Yang Baik Dalam Lompat Jauh Dilakukan Dengan.....
  • jual ayam potong terdekat
  • how to play crypto games in 2023 feedgamebuzz
  • latest gadjets for gaming zardgadjets
  • latest hacks buzzardcoding
  • what are new technologies in 2023 feedworldtech
  • Image1
  • remaxhd.com
  • tv.hotstar.com
  • rajbet.com
  • venus.happyreturns.com
  • Image2
  • ibooma.com
  • fapwife.com
  • Image1
  • Image1
  • Image3
  • Image2
  • the budget process involves doing all of the following except
  • rice purity test for 14 year olds
  • during operations outside declared hostilities, you may delay contact with local authorities.
  • rick and morty season 6 online
  • active shooter is one or more subjects who participate in a shooting
  • which of the following is most likely to be considered plagiarism
  • which of the following could be a replacement behavior for cutting in line
  • effective scrum master apply which coaching behavior
  • a decrease in blood protein concentration would tend to
  • hair removal cream for private parts male
  • what escape planning factors can facilitate
  • the adversary is collecting information regarding your organization's mission from the trash
  • identify two meanings for the japanese word inu
  • an immediate annuity has been purchased with a single premium
  • justify the following statement: “diversity should exist in the workplace.”
  • which of the following is tax-deductible to the firm?
  • fc barcelona vs viktoria plzeň lineups
  • latest feedbuzzard com
  • treasure of wisdom a new plan
  • which data types are typically found in the human resources department?
  • what supports the arms and hands medical term
  • which of the following is true about nonforfeiture values?
  • match each type of anxiety disorder with its description.
  • daniel is a middle-income medicare beneficiary
  • what does wtm mean on snapchat
  • which facility is shown in the image
  • how can you report potential insider threats to the js in to select all that apply
  • what does wtv mean in text
  • jane assessment answers
  • employee records must meet all of the following criteria except
  • a major challenge of nationalism is .
  • a covered entity (ce) must have an established complaint process. true false
  • fema is 100 hcb answers
  • identify the true and false statements about culture.
  • in which word does the grapheme representing /k/ indicate that the word is probably from greek?
  • mr. wingate is a newly enrolled
  • gear patrol the spirit of adventure
  • ms insurance company denied a reinstatement
  • which option below is a preventive measure against id fraud or theft?
  • preferred stock is advantageous in that it ______. (check all that apply.)
  • which sentence from the novel best reflects the story's gothic nature
  • m and t bank near me

© 2022 FeedBuzzard.com

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT
No Result
View All Result
  • General
    • General News
  • Tech
  • World Tech
  • World Tech Code
  • Wearable Tech
  • Pokemon
  • Latest
  • About Us
    • Terms & Conditions
    • Privacy Policy
  • Contact

© 2024 JNews - Premium WordPress news & magazine theme by Jegtheme.