説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
APPLE c9d5bdcd60 va 1年前
..
.sample.json va 1年前
LocalReceiptValidation.cs va 1年前
LocalReceiptValidation.cs.meta va 1年前
LocalReceiptValidation.unity va 1年前
LocalReceiptValidation.unity.meta va 1年前
MissingTangleClassesWarning.cs va 1年前
MissingTangleClassesWarning.cs.meta va 1年前
README.md va 1年前
README.md.meta va 1年前
UserWarning.cs va 1年前
UserWarning.cs.meta va 1年前

README.md

README - In-App Purchasing Sample Scenes - Local Validation

This sample showcases how to use the cross-platform validator to do local receipt validation. The cross-platform validator supports the Google Play Store and Apple App Store.

Local validation

Important: While Unity IAP provides a local validation method, local validation is more vulnerable to fraud. Validating sensitive transactions server-side where possible is considered best practice. For more information, please see Apple and Google Play’s documentation on fraud prevention.

If the content that the user is purchasing already exists on the device, the application simply needs to make a decision about whether to unlock it.

Unity IAP provides tools to help you hide content and to validate and parse receipts through Google Play and Apple stores.

For more information, see the documentation on the topic.

Instructions to test this sample:

  1. Have in-app purchasing correctly configured with the Google Play Store or Apple App Store.
    1. (Alternatively) For local-only Xcode testing, follow the Apple StoreKit Testing process to set up a local StoreKit Configuration.
  2. Set your own product’s id in the InAppPurchasing game object > Local Receipt Validation script > Gold Product Id field or change the GoldProductId value in the LocalReceiptValidation.cs script.
  3. This sample uses the GooglePlayTangle, AppleTangle, and AppleStoreKitTestTangle classes. To generate these classes in your project, do the following:
    1. Get your license key from the Google Play Developer Console. (Skip this step if you do not plan on supporting the Google Play Store)
      1. Select your app from the list.
      2. Go to “Monetization setup” under “Monetize”.
      3. Copy the key from the “Licensing” section.
    2. Open the obfuscation window from Services > In-App Purchasing > Receipt Validation Obfuscator.
    3. Paste your Google Play key. (Skip this step if you do not plan on supporting the Google Play Store)
    4. Obfuscate the key. (Creates GooglePlayTangle, AppleTangle, and AppleStoreKitTestTangle classes in your project.)
    5. (Optional) To ensure correct revenue data, enter your key in the Analytics dashboard.
  4. Add the sample scene to the build settings in the Build Settings window
  5. Build your project for Android*, iOS, macOS, or tvOS.
    1. (Alternatively) For local-only Apple StoreKit Testing, follow the process to assign the StoreKit Configuration to the current Scheme.
*If you are on Android, make sure the GooglePlayStore is selected. You can change the currently selected store under Services > In-App Purchasing > Configure and changing the Current Targeted Store field.