ios_receipt

Last updated:

0 purchases

ios_receipt Image
ios_receipt Images
Add to Cart

Description:

ios receipt

IosReceipt #
The IosReceipt package allows you to easily fetch the App Store receipt in your Flutter application on the iOS platform.
Installation #
Add the following dependency to your pubspec.yaml file:
dependencies:
ios_receipt: ^0.0.1 # Use the latest version of the package
copied to clipboard
Then, run flutter pub get to install the package.
Usage #
To obtain the App Store receipt, use the following code:
final receiptInBase64 = await IosReceipt.getAppleReceipt();
copied to clipboard
Based on #
This package is based on the appStoreReceiptURL from the official Apple documentation.
Note #

The receipt isn't necessary if you use AppTransaction to validate the app download, or Transaction to validate in-app purchases.
If the receipt is invalid or missing in your app, use SKReceiptRefreshRequest to request a new receipt.

Testing Environments #
Keep in mind that receipts aren't initially present in iOS and iPadOS apps in the sandbox environment and in Xcode. Apps receive a receipt after the tester completes the first in-app purchase.
License #
This project is licensed under the MIT License.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.