var isDebugConfiguration = false
#if DEBUG
isDebugConfiguration = true
#endif
print(Bundle.main.appStoreReceiptURL?.lastPathComponent ?? "")
if Bundle.main.appStoreReceiptURL?.lastPathComponent == "sandboxReceipt" {
isDebugConfiguration = true
}
print(isDebugConfiguration)