React-native-iap: E_SERVICE_ERROR Billing is unavailable. This may be a problem with your device, or the Play Store may be down.

Created on 31 Jul 2018  路  2Comments  路  Source: dooboolab/react-native-iap

Version of react-native-iap

1.3.5

Platforms you faced the error (IOS or Android or both?)

Android

Expected behavior

Working RNIapExample example.

Actual behavior

When I run RNIapExample, I immediately get this warning:
E_SERVICE_ERROR Billing is unavailable. This may be a problem with your device, or the Play Store may be down.
I get the same error when I press Get available purchases button.

If I press Get Products button, I get this error:
E_NETWORK_ERROR The service is disconnected (check your internet connection.)

Tested environment (Emulator? Real Device?)

Real Device (Samsung Galaxy S5)

Steps to reproduce the behavior

  1. Clone project.
  2. Run RNIapExample.
馃檹 help wanted 馃 android

Most helpful comment

@LuckyLuky I think the play service is not installed in your device or you are not logged in to playstore. Could you check that?

All 2 comments

@LuckyLuky I think the play service is not installed in your device or you are not logged in to playstore. Could you check that?

@dooboolab Yes, that was it, I wasn't logged in to Playstore. Thank you.

Was this page helpful?
0 / 5 - 0 ratings