Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
APPLE c9d5bdcd60 va vor 1 Jahr
..
.sample.json va vor 1 Jahr
README.md va vor 1 Jahr
README.md.meta va vor 1 Jahr
RefreshingAppReceipt.cs va vor 1 Jahr
RefreshingAppReceipt.cs.meta va vor 1 Jahr
RefreshingAppReceipt.unity va vor 1 Jahr
RefreshingAppReceipt.unity.meta va vor 1 Jahr
UserWarningAppleAppStore.cs va vor 1 Jahr
UserWarningAppleAppStore.cs.meta va vor 1 Jahr

README.md

README - In-App Purchasing Sample Scenes - App Store - Refreshing App Receipts

This sample showcases how to use the Apple App Store extensions to refresh app receipts. This allows developers to manually check for new purchases without creating new transactions, in contrast to RestoreTransactions.

Instructions to test this sample:

  1. Have in-app purchasing correctly configured with the Apple App Store.
  2. Configure a non-consumable product.
  3. Set your own product’s id in the InAppPurchasing game object > Refreshing App Receipt script > No Ads Product Id field or change the noAdsProductId field in the RefreshingAppReceipt.cs script.
  4. Build your project for iOS.
    1. If you are using a simulator with Xcode 12+, follow these instructions to set up StoreKit Testing.

Refreshing App Receipts

Using RefreshAppReceipt will prompt the user to enter their Apple login password.

See the documentation for receipt validation and the iOS & Mac App Stores for more additional information.