I'm trying to implement android's In app billing Dungeon project.
when i try to purchase items i entered i keep getting:
06-04 10:37:33.343: E/Volley(1913): [228] BasicNetwork.performRequest: Unexpected response code 500 for https://android.clients.google.com/fdfe/completePurchase 06-04 10:37:33.343: W/Finsky(1913): [1] CheckoutPurchase.onErrorResponse: DisplayErrorMessage[Your order could not be processed. Please try again.] 06-04 10:37:33.343: E/Finsky(1913): [1] CheckoutPurchase.setError: type=UNKNOWN, code=-1, message=Your order could not be processed. Please try again.
I set items in the In-app products and published them
I signed the app and uploaded the signed app to Google play and to the device via adb. -- same error I tried to publish the app and then download it to the device -- same error
The error pops after I press "Accept & Buy"
My thought is that it could have something to do with my Google merchant account, any Ideas?
Thanks,