Is Bundle.main.appStoreReceiptURL?.lastPathComponent "receipt" or "sandboxReceipt" in App Review environment?
I want to know the result of this TestFlight check code in App Review environment.
Is Bundle.main.appStoreReceiptURL?.lastPathComponent "receipt" or "sandboxReceipt" in App Review environment?
I want to know the result of this TestFlight check code in App Review environment.
Bundle.main.appStoreReceiptURL?.lastPathComponent is "receipt" in App Review environment.