Skip to content

Commit

Permalink
ios no default flutter deeplinks
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Dec 12, 2024
1 parent 5726ae5 commit 2355183
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@


</intent-filter>


<!-- deep links so app_links work -->
<meta-data android:name="flutter_deeplinking_enabled" android:value="false" />

</activity>
Expand Down
2 changes: 2 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
<string>Photo access is used to add account profile, include pictures in posts</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>FutterDeepLinkingEnabled</key>
<false/>

<key>CFBundleURLTypes</key>
<array>
Expand Down

0 comments on commit 2355183

Please sign in to comment.