Skip to content

Commit

Permalink
Merge pull request #4418 from dklymenk/4375-fix-ios-user-redict-to-se…
Browse files Browse the repository at this point in the history
…t-up-password

#4375 fix ios user redirect to set up password + update staging url for app association on native platforms
  • Loading branch information
AndrewGable authored Aug 11, 2021
2 parents 2e79fe5 + e203903 commit 3d46e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="https" android:host="staging.expensify.cash" />
<data android:scheme="https" android:host="staging.new.expensify.com" />
</intent-filter>
</activity>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
Expand Down
5 changes: 2 additions & 3 deletions ios/ExpensifyCash/Chat.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:www.expensify.cash</string>
<string>applinks:staging.expensify.cash</string>
<string>applinks:expensify.cash</string>
<string>applinks:staging.new.expensify.com</string>
<string>applinks:new.expensify.com</string>
</array>
</dict>
</plist>

0 comments on commit 3d46e27

Please sign in to comment.