chore: fix issues blocking app store review [skip e2e]

This commit is contained in:
Aman Harwara
2023-08-19 00:34:43 +05:30
parent 24f878ecef
commit 8be872feee
2 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ export const UpgradePrompt = ({
onClose: () => void
}) => {
const handleClick = useCallback(() => {
if (hasSubscription) {
if (hasSubscription && !application.isNativeIOS()) {
void application.openSubscriptionDashboard.execute()
} else {
void application.openPurchaseFlow()