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
To build `BazaarIAB.jar` from the java source code:
9
+
To build `BazaarIAB.aar` from the java source code:
10
10
1. Open a command prompt
11
11
2. Navigate to JavaPlugin folder
12
12
3. Type `gradlew createJar`
@@ -24,26 +24,8 @@ There is `IABEventManager` class that you can subscribe to all plugin events.
24
24
25
25
After you find out that the billing is supported, you can call `queryInventory` by providing all of your available skus. When the `queryInventorySucceededEvent` fires it will contain a list of all the current purchases, subscriptions and a list of all your project sku details. You can use this information to setup your store. The list is also handy when you want to consume a purchase. Any `BazaarPurchases` returned are available for consumption.
26
26
27
-
Add the plugin activity in the Application section of the `AndroidManifest.xml`:
// Fired when service connection to bazaar disconnected, should dispose current connection ( by calling BazaarIAB.unbindService() ) and create a new one later ( calling BazaarIAB.init again )
0 commit comments