Receipt Validation - Receipt maintained after uninstall and reinstall the app?

Hi, We are working on a Xamarin project that needs to get the date of purchase of a Paid App that was posted in Appstore. I can see in iOS the receipt data is extracted from the bundle. If i deletes the app, and then reinstalls it, is the receipt still in the bundle ? If not how to get the receipt?

If you delete a paid app that was purchased on the production App Store, then re-install the same app from the production App Store, the appStoreReceipt in the updated app will be the same as it was when you deleted the app. Whenever the production App Store installs any app to a system, it includes the most recent version of the appStoreReceipt.

However, this is not the case with the sandbox App Store. When you install an app via TestFlight or Xcode, there will never be an appStoreReceipt until one of the following occurs -

  1. a successful In-App Purchase is made
  2. the restoreCompletedTransactions call is successful in restoring previous sandbox purchases or
  3. the app uses the SKReceiptRefreshRequest method and the user authenticates the use of this method. Usually this issue is raised with regards to the "Paid-to-freemium" transition. If this is your case, refer to my response in this developer forum posting.

rich kubota developer technical support CoreOS/Hardware/MFI

Receipt Validation - Receipt maintained after uninstall and reinstall the app?
 
 
Q