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
5.Add your GooglePlay license key as a line to your `android/app/src/main/res/values/strings.xml` with the name `RNB_GOOGLE_PLAY_LICENSE_KEY`.For example:
92
91
```xml
@@ -97,6 +96,20 @@ Alternatively, you can add your license key as a parameter when registering the
If you want to test with static responses, you can use reserved productids defined by Google. These are:
101
+
* android.test.purchased
102
+
* android.test.canceled
103
+
* android.test.refunded
104
+
* android.test.item_unavailable
105
+
106
+
If you want to test with these productids, you will have to use a `null` license key. This is because your actual license key will not validate when using these productids.
107
+
108
+
In order to do this send in `null` as parameter, along with your Activity-instance, when registering the package:
[See the Google Play docs for more info on static responses](http://developer.android.com/google/play/billing/billing_testing.html#billing-testing-static).
0 commit comments