123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- {
- "name": "com.unity.purchasing",
- "displayName": "In App Purchasing",
- "unity": "2020.3",
- "_upm": {
- "changelog": "### Fixed\n- Downgrade `com.unity.services.core` from 1.4.1 to 1.3.1 due to a new bug found in 1.4.1"
- },
- "version": "4.2.1",
- "description": "IMPORTANT UPGRADE NOTES:\n\nIf updating from Unity IAP (com.unity.purchasing + the Asset Store plugin) versions 2.x to version 3.x, complete the following actions in order to resolve compilation errors:\n 1. Move IAPProductCatalog.json and BillingMode.json\n\tFROM: Assets/Plugins/UnityPurchasing/Resources/\n\tTO: Assets/Resources/.\n 2. Move AppleTangle.cs and GooglePlayTangle.cs\n\tFROM: Assets/Plugins/UnityPurchasing/generated\n\tTO: Assets/Scripts/UnityPurchasing/generated.\n 3. Remove all remaining Asset Store plugin folders and files in Assets/Plugins/UnityPurchasing from your project.\n\nPACKAGE DESCRIPTION:\n\nWith Unity IAP, setting up in-app purchases for your game across multiple app stores has never been easier.\n\nThis package provides:\n\n ▪ One common API to access all stores for free so you can fully understand and optimize your in-game economy\n ▪ Automatic coupling with Unity Analytics to enable monitoring and decision-making based on trends in your revenue and purchase data across multiple platforms\n ▪ Support for iOS, Mac, tvOS, Google Play, Windows, and Amazon app stores(*).\n ▪ Support to work with the Unity Distribution Portal to synchronize catalogs and transactions with other app stores\n ▪ Client-side receipt validation for Apple App Store and Google Play\n\nAfter installing this package, open the Services Window to enable In-App Purchasing to use these features.",
- "dependencies": {
- "com.unity.ugui": "1.0.0",
- "com.unity.modules.unityanalytics": "1.0.0",
- "com.unity.modules.unitywebrequest": "1.0.0",
- "com.unity.modules.jsonserialize": "1.0.0",
- "com.unity.modules.androidjni": "1.0.0",
- "com.unity.services.core": "1.3.1",
- "com.unity.services.analytics": "4.0.1"
- },
- "keywords": [
- "purchasing",
- "iap",
- "unity"
- ],
- "license": "Unity Companion Package License v1.0",
- "hideInEditor": false,
- "relatedPackages": {
- "com.unity.purchasing.tests": "4.2.1"
- },
- "upmCi": {
- "footprint": "5d77653888c5b36e3c4caa909124141ea75b1c19"
- },
- "repository": {
- "url": "https://github.cds.internal.unity3d.com/unity/com.unity.purchasing.git",
- "type": "git",
- "revision": "258ef39fae29e6ea64d6813cd615b9424e3a9955"
- },
- "samples": [
- {
- "displayName": "01 Buying Consumables",
- "description": "This sample showcases the basics of how to initialize in-app purchases and handle a simple consumable purchase.",
- "path": "Samples~/01 BuyingConsumables"
- },
- {
- "displayName": "02 Buying Subscription",
- "description": "This sample showcases the basics of how to handle subscription purchases and the usage of SubscriptionManager to retrieve information about a subscription.",
- "path": "Samples~/02 BuyingSubscription"
- },
- {
- "displayName": "03 Fetching Additional Products",
- "description": "This sample showcases how to fetch additional products using the Store Controller.",
- "path": "Samples~/03 FetchingAdditionalProducts"
- },
- {
- "displayName": "04 Integrating Self-Provided Backend Receipt Validation",
- "description": "This sample showcases how to integrate your own backend validation with Unity IAP.",
- "path": "Samples~/04 IntegratingSelfProvidedBackendReceiptValidation"
- },
- {
- "displayName": "05 Local Receipt Validation",
- "description": "This sample showcases how to use the cross-platform validator to do local receipt validation with the Google Play Store and Apple App Store.",
- "path": "Samples~/05 LocalReceiptValidation"
- },
- {
- "displayName": "06 Initialize Unity Gaming Services",
- "description": "This sample showcases how to initialize Unity Gaming Services using the Services Core API",
- "path": "Samples~/06 InitializeGamingServices"
- },
- {
- "displayName": "Apple App Store - 01 Refreshing App Receipts",
- "description": "This sample shows how to refresh Apple App Store receipts.",
- "path": "Samples~/Apple App Store - 01 RefreshingAppReceipt"
- },
- {
- "displayName": "Apple App Store - 02 Restoring Transactions",
- "description": "This sample showcases how to use Apple extensions to restore transactions. This allows users to be granted Non-Consumable and Subscription products they already own after reinstalling the application.",
- "path": "Samples~/Apple App Store - 02 RestoringTransactions"
- },
- {
- "displayName": "Apple App Store - 03 Handling Deferred Purchases",
- "description": "This sample showcases how to handle deferred purchases using Apple extensions and configurations.",
- "path": "Samples~/Apple App Store - 03 HandlingDeferredPurchases"
- },
- {
- "displayName": "Apple App Store - 04 Retrieving Product Receipt",
- "description": "This sample showcases how to retrieve product transaction receipts for Ask to Buy purchases.",
- "path": "Samples~/Apple App Store - 04 RetrievingProductReceipt"
- },
- {
- "displayName": "Apple App Store - 05 Fraud Detection",
- "description": "This sample showcases how to provide to the Apple App Store your user's identifiers to help prevent fraud.",
- "path": "Samples~/Apple App Store - 05 FraudDetection"
- },
- {
- "displayName": "Apple App Store - 06 Getting Introductory Subscription Prices",
- "description": "This sample showcases how to use Apple extensions to get introductory subscription offer information.",
- "path": "Samples~/Apple App Store - 06 GettingIntroductoryPrices"
- },
- {
- "displayName": "Apple App Store - 07 Getting Product Details",
- "description": "This sample showcases how to use Apple extensions to get additional product details.",
- "path": "Samples~/Apple App Store - 07 gettingProductDetails"
- },
- {
- "displayName": "Apple App Store - 08 Promoting Products",
- "description": "This sample shows how to Promote Products in the Apple App Store.",
- "path": "Samples~/Apple App Store - 08 PromptingProducts"
- },
- {
- "displayName": "Apple App Store - 09 Present Code Redemption Sheet",
- "description": "This sample shows how to use the Apple App Store extensions to display a sheet for users to redeem subscription offer codes.",
- "path": "Samples~/Apple App Store - 09 PresentCodeRedemptionSheet"
- },
- {
- "displayName": "Apple App Store - 10 Can Make Payments",
- "description": "This sample shows how to check whether the logged-in player is permitted to purchase from the Apple App Store on this device.",
- "path": "Samples~/Apple App Store - 10 CanMakePayments"
- },
- {
- "displayName": "Apple App Store - 12 Upgrading and Downgrading Subscriptions",
- "description": "This sample showcases how to use the Unity IAP to upgrade and downgrade subscriptions. This allows players to change their subscription, and pay a different amount of money for a different level of service.",
- "path": "Samples~/Apple App Store - 12 UpgradeDowngradeSubscription"
- },
- {
- "displayName": "Google Play Store - 01 Upgrading and Downgrading Subscriptions",
- "description": "This sample showcases how to use the Google Play Store extensions to upgrade and downgrade subscriptions. This allows players to change their subscription, and pay a different amount of money for a different level of service.",
- "path": "Samples~/Google Play Store - 01 UpgradeDowngradeSubscription"
- },
- {
- "displayName": "Google Play Store - 02 Restoring Transactions",
- "description": "This sample showcases how to use the Google Play Store extensions to restore transactions. This allows users to be granted Non-Consumable and Subscription products they already own after reinstalling the application.",
- "path": "Samples~/Google Play Store - 02 RestoringTransactions"
- },
- {
- "displayName": "Google Play Store - 03 Confirming Subscription Price Change",
- "description": "This sample showcases how to use the Google Play Store extensions to confirm subscription price changes.",
- "path": "Samples~/Google Play Store - 03 ConfirmingSubscriptionPriceChange"
- },
- {
- "displayName": "Google Play Store - 04 Handling Deferred Purchases",
- "description": "This sample showcases how to handle deferred purchases using the Google Play Store extensions and configurations.",
- "path": "Samples~/Google Play Store - 04 HandlingDeferredPurchases"
- },
- {
- "displayName": "Google Play Store - 05 Fraud Detection",
- "description": "This sample showcases how to provide to the Google Play Store your user's identifiers to help prevent fraud.",
- "path": "Samples~/Google Play Store - 05 FraudDetection"
- }
- ]
- }
|