Skip to content
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

Blank Google Billpay popup #55

Open
MKrati opened this issue Jun 26, 2023 · 1 comment
Open

Blank Google Billpay popup #55

MKrati opened this issue Jun 26, 2023 · 1 comment

Comments

@MKrati
Copy link

MKrati commented Jun 26, 2023

I am a novice programmer and wanted to implement and test your library. For this purpose I did the followings:
1- established a play account
2- uploaded the app with the LICENCE_KEY that I obtained from play to satisfy
billingConnector = BillingConnector(
context,
LICENCE_KEY) //
3. Added android.test.purchased and android.test.cancelled as the consumableIds
3. I receive three callbacks upon connection - onProductsFetched and twice of onPurchasedProductsFetched
4. billingConnector returns true for isReady
5. I proceed to purchase android.test.purchased using billingConnector.purchase(this, "android.test.purchased") method
6. A pop up screen opens, it is completely blank and white. No other information
7. when I swipe it I receive ErrorType.USER_CANCELED event

I am puzzled as to why I dont get google pay screen. Samples like trivialdrive i've downloaded from play store brings up the play payment screen, thus my phone (motorola ace ) is properly set up. I realize i may not be able to test the functionality using the developer phone, but is that the case I am not sure.

Why I am not receiving the populated payment screen?

Any help and directions from you or the community will be immensely appreciated. Thanks

@akardas16
Copy link

try to publish your app in closed beta channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants