This issue only occurs in the iOS production environment. (It does not occur in the sandbox)
I have confirmed it on iOS 14 and 15.
I’m using `Purchases.restoreTransactions()`. (cordova-plugin-purchases 2.3.1)
Log]
```
15:14:27.024184+0900>>&Purchases] - DEBUG: Force refreshing the receipt to get latest transactions from Apple.
15:14:28.693200+0900>>0Purchases] - DEBUG: Loaded receipt from url file:///private/var/mobile/Containers/Data/Application/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/StoreKit/receipt
15:14:28.694566+0900>>5Purchases] - INFO: Parsing receipt
15:14:28.696696+0900>>.Purchases] - INFO: Receipt parsed successfully
15:14:28.697186+0900>>4Purchases] - DEBUG: Found 0 unsynced attributes for App User ID: $RCAnonymousID:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
15:14:28.703572+0900>>1Purchases] - DEBUG: There are no requests currently running, starting request POST /receipts
15:14:28.703855+0900>>>Purchases] - DEBUG: API request started: POST /v1/receipts
15:14:29.316797+0900>>sPurchases] - DEBUG: API request completed with status: POST /v1/receipts 200
15:14:29.325280+0900>>sPurchases] - DEBUG: Serial request done: POST /receipts, 0 requests left in the queue
15:14:29.325684+0900>>tPurchases] - DEBUG: Sending updated PurchaserInfo to delegate.
```
Why do I get `Receipt parsed successfully` if I haven't purchased anything yet?
Is it wrong to be able to press the restore button before purchase in the first place?
Is there any way to know the status right after installing the app?
I'm sorry for my bad English.
I look forward to hearing from you.