1. Configure in Rownd Platform
- Select Sign-in methods from the left navigation menu.
- In the Sign-in preferences section, locate Mobile app settings
- Fill out mobile app settings for iOS
- Subdomain (e.g., myapp for myapp.rownd.link - the .rownd.link portion is added automatically).
- App store URL - The direct link to your app in the Apple App Store
- Bundle IDs - A comma-separated list of bundle IDs for your app (e.g.,
com.example.myapp
) - Team ID - The team ID for your app as shown in the Apple Developer Portal (e.g.,
15GKOXA3H6
)
- Ensure iOS is enabled and hit save

2. Configure in project (Xcode or entitlements file)
Using Xcode
- In your Xcode project, select your app from the left, then navigate to Targets > Signing & Capabilities
- Add Associated Domains as a capability
- Add the subdomain to the applinks entitlement.
applinks:<subdomain>.rownd.link

Using entitlements file
file:ios/[appName]/[appName].entitlement