From 7ad7e0c900d1f3b2f430edc8f57a4202abf27747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Vivet?= Date: Fri, 5 Jul 2024 16:34:26 +0200 Subject: [PATCH] Update InAppPurchase.json --- extensions/reviewed/InAppPurchase.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/extensions/reviewed/InAppPurchase.json b/extensions/reviewed/InAppPurchase.json index 9e63c97e..4048fc3b 100644 --- a/extensions/reviewed/InAppPurchase.json +++ b/extensions/reviewed/InAppPurchase.json @@ -8,7 +8,7 @@ "name": "InAppPurchase", "previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Glyphster Pack/Master/SVG/Shopping and Ecommerce/Shopping and Ecommerce_wallet_money_cash.svg", "shortDescription": "Add products to buy directly in your game (\"In-App Purchase\"), for games published on Android or iOS.", - "version": "0.0.5", + "version": "0.0.6", "description": [ "> To set up In App Purchase, you'll need a developer account on Google Play Console or Apple App Store Connect. You will also need **real phones/devices** to test IAP, because emulators are not supported.", "", @@ -29,7 +29,17 @@ "- If the purchase is approved (the variable you set up is set to true), give the user what they bought", "" ], - "tags": ["purchase", "iap", "android", "ios", "monetization"], + "origin": { + "identifier": "InAppPurchase", + "name": "gdevelop-extension-store" + }, + "tags": [ + "purchase", + "iap", + "android", + "ios", + "monetization" + ], "authorIds": [ "ZgrsWuRTAkXgeuPV9bo0zuEcA2w1", "wWP8BSlAW0UP4NeaHa2LcmmDzmH2", @@ -40,9 +50,11 @@ "exportName": "cordova-plugin-purchase", "name": "Purchase plugin", "type": "cordova", - "version": "13.8.0" + "version": "13.11.0" } ], + "globalVariables": [], + "sceneVariables": [], "eventsFunctions": [ { "description": "Register a Product of your store. This is required to do for all products you want to display or order from the app. \n\nMake sure you register them all and finalize registration before ordering a product.", @@ -327,4 +339,4 @@ ], "eventsBasedBehaviors": [], "eventsBasedObjects": [] -} +} \ No newline at end of file