diff --git a/ios/app/app.xcodeproj/project.pbxproj b/ios/app/app.xcodeproj/project.pbxproj index 529694c42cf9..5164ab1b1609 100644 --- a/ios/app/app.xcodeproj/project.pbxproj +++ b/ios/app/app.xcodeproj/project.pbxproj @@ -443,7 +443,7 @@ CODE_SIGN_ENTITLEMENTS = app.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = G82747A532; ENABLE_BITCODE = NO; @@ -481,7 +481,7 @@ CODE_SIGN_ENTITLEMENTS = app.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = G82747A532; ENABLE_BITCODE = YES; FRAMEWORK_SEARCH_PATHS = ( diff --git a/ios/app/src/AppDelegate.m b/ios/app/src/AppDelegate.m index 3227a8c5d551..baed8eb7734c 100644 --- a/ios/app/src/AppDelegate.m +++ b/ios/app/src/AppDelegate.m @@ -102,8 +102,7 @@ - (BOOL)application:(UIApplication *)app if ([[url absoluteString] containsString:@"google/link/?dismiss=1&is_weak_match=1"]) { return NO; } - - NSURL *customAppURL = [NSURL URLWithString:@"itms-beta://"]; + NSURL *openUrl = url; // if ([FIRUtilities appContainsRealServiceInfoPlist]) { // // Process Firebase Dynamic Links @@ -113,12 +112,6 @@ - (BOOL)application:(UIApplication *)app // openUrl = firebaseUrl; // } // } - - - if ([[UIApplication sharedApplication] canOpenURL:customAppURL]) { - // Special link that includes the app's Apple ID - openUrl = [NSURL URLWithString:@"https://beta.itunes.apple.com/v1/app/1504560860"]; - } return [[JitsiMeet sharedInstance] application:app openURL:openUrl