diff --git a/app/lib/registerWallet.ts b/app/lib/registerWallet.ts index 0e37c767..8d0c8ca7 100644 --- a/app/lib/registerWallet.ts +++ b/app/lib/registerWallet.ts @@ -1,9 +1,9 @@ import {Linking} from 'react-native'; export function registerWallet(): void { - Linking.canOpenURL('https://lcw.app/register-wallet').then(supported => { + Linking.canOpenURL('https://lcw.app/register-wallet.html').then(supported => { if (supported) { - Linking.openURL('https://lcw.app/register-wallet'); + Linking.openURL('https://lcw.app/register-wallet.html'); } else { console.log('Unable to register wallet! Failed URL'); } diff --git a/ios/eduWallet/wallet.entitlements b/ios/eduWallet/wallet.entitlements index ef90ac9c..f69daee3 100644 --- a/ios/eduWallet/wallet.entitlements +++ b/ios/eduWallet/wallet.entitlements @@ -2,6 +2,10 @@ + com.apple.developer.associated-domains + + applinks:lcw.app + com.apple.security.application-groups group.edu.mit.eduwallet