You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i wanted to try out your android billing library, but i get some very curious errors.
My project setup is:
*) Library project with a lot of logic code
*) added your library to my library
*) Implemented all necessary to get your lib working
*) created a new project conncted to my library project.
=> call purchaseRequest() - Play billing page is opening
=> buy the item
=> just get onRequestPurchaseResponse with RESULT_OK
=> but never get a onPurchaseStateChanged(..)
Can you point me out what I am doing wrong?
The text was updated successfully, but these errors were encountered:
Hello
i wanted to try out your android billing library, but i get some very curious errors.
My project setup is:
*) Library project with a lot of logic code
*) added your library to my library
*) Implemented all necessary to get your lib working
*) created a new project conncted to my library project.
=> call purchaseRequest() - Play billing page is opening
=> buy the item
=> just get onRequestPurchaseResponse with RESULT_OK
=> but never get a onPurchaseStateChanged(..)
Can you point me out what I am doing wrong?
The text was updated successfully, but these errors were encountered: