🧑🤝🧑Setup website Universal Links (Deeplinks)
Setting up Universal Links for your mobile app enhances the user experience by providing a seamless transition between web and app content, increases user engagement and retention.
Last updated
Setting up Universal Links for your mobile app enhances the user experience by providing a seamless transition between web and app content, increases user engagement and retention.
Last updated
Download the following template file and open it.
Replace BUNDLE_ID **** with your IDs
Replace PRODUCTION_SHA256 & STAGING_SHA256 with your fingerprint value
If you don't see 'App sigining' content, you need to upload your app first.
In the final result you should get something like this:
Save the file
Open your bubble project
Go to the Settings -> SEO / metatags
Scroll down and find Hosting files in the root directory section
Set name to .well-known/assetlinks.json and upload your file
Publish the changes
Add the Associated Domains feature to your Bundle Identifier.
Download the following template file and open it.
Replace TEAM_ID & BUNDLE_ID **** with your IDs
To find TEAM_ID, open the Apple's developer website
Click Membership
Copy your Team ID
In the final result you should get something like this:
Save the file
Open your bubble project
Go to the Settings -> SEO / metatags
Scroll down and find Hosting files in the root directory section
Set name to .well-known/apple-app-site-association and upload your file
Publish the changes
If your app supports both Android and iOS, you must upload both the assetlinks.json
file for Android and the apple-app-site-association
file for iOS to your web server.
Enable the Universal Links feature and fill out all relevant information.