The link to open when the app isn’t installed. Specify this to do something other than
install the app from the App Store when the app isn’t installed, such as open the mobile
web version of the content, or display a promotional page for the app.
The link to open on iPads when the app isn’t installed. Specify this to do something
other than install the app from the App Store when the app isn’t installed, such as open the
web version of the content, or display a promotional page for the app.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-10-10 UTC."],[],[],null,["# FirebaseDynamicLinks Framework Reference\n\nDynamicLinkIOSParameters\n========================\n\n class DynamicLinkIOSParameters : NSObject\n\nThe Dynamic Link iOS parameters.\n- `\n ``\n ``\n `\n\n ### [bundleID](#/c:objc(cs)FIRDynamicLinkIOSParameters(py)bundleID)\n\n `\n ` \n The bundle ID of the iOS app to use to open the link. \n\n #### Declaration\n\n Swift \n\n var bundleID: String? { get }\n\n- `\n ``\n ``\n `\n\n ### [appStoreID](#/c:objc(cs)FIRDynamicLinkIOSParameters(py)appStoreID)\n\n `\n ` \n The appStore ID of the iOS app in AppStore. \n\n #### Declaration\n\n Swift \n\n var appStoreID: String? { get set }\n\n- `\n ``\n ``\n `\n\n ### [fallbackURL](#/c:objc(cs)FIRDynamicLinkIOSParameters(py)fallbackURL)\n\n `\n ` \n The link to open when the app isn't installed. Specify this to do something other than\n install the app from the App Store when the app isn't installed, such as open the mobile\n web version of the content, or display a promotional page for the app. \n\n #### Declaration\n\n Swift \n\n var fallbackURL: URL? { get set }\n\n- `\n ``\n ``\n `\n\n ### [customScheme](#/c:objc(cs)FIRDynamicLinkIOSParameters(py)customScheme)\n\n `\n ` \n The target app's custom URL scheme, if defined to be something other than the app's\n bundle ID \n\n #### Declaration\n\n Swift \n\n var customScheme: String? { get set }\n\n- `\n ``\n ``\n `\n\n ### [iPadBundleID](#/c:objc(cs)FIRDynamicLinkIOSParameters(py)iPadBundleID)\n\n `\n ` \n The bundle ID of the iOS app to use on iPads to open the link. This is only required if\n there are separate iPhone and iPad applications. \n\n #### Declaration\n\n Swift \n\n var iPadBundleID: String? { get set }\n\n- `\n ``\n ``\n `\n\n ### [iPadFallbackURL](#/c:objc(cs)FIRDynamicLinkIOSParameters(py)iPadFallbackURL)\n\n `\n ` \n The link to open on iPads when the app isn't installed. Specify this to do something\n other than install the app from the App Store when the app isn't installed, such as open the\n web version of the content, or display a promotional page for the app. \n\n #### Declaration\n\n Swift \n\n var iPadFallbackURL: URL? { get set }\n\n- `\n ``\n ``\n `\n\n ### [minimumAppVersion](#/c:objc(cs)FIRDynamicLinkIOSParameters(py)minimumAppVersion)\n\n `\n ` \n The minimum version of your app that can open the link. If the\n - installed app is an older version, the user is taken to the AppStore to upgrade the app.\n\n Note\n It is app's developer responsibility to open AppStore when received link declares\n - higher minimumAppVersion than currently installed. \n\n #### Declaration\n\n Swift \n\n var minimumAppVersion: String? { get set }\n\n- `\n ``\n ``\n `\n\n ### [+parametersWithBundleID:](#/c:objc(cs)FIRDynamicLinkIOSParameters(cm)parametersWithBundleID:)\n\n `\n ` \n A method for creating the iOS parameters object. \n\n #### Parameters\n\n |------------------|-------------------------------------------------------|\n | ` `*bundleID*` ` | The bundle ID of the iOS app to use to open the link. |\n\n #### Return Value\n\n Returns an object to be used with FIRDynamicLinkURLComponents to add iOS parameters to a\n generated Dynamic Link URL.\n- `\n ``\n ``\n `\n\n ### [init(bundleID:)](#/c:objc(cs)FIRDynamicLinkIOSParameters(im)initWithBundleID:)\n\n `\n ` \n A method for creating the iOS parameters object. \n\n #### Declaration\n\n Swift \n\n init(bundleID: String)\n\n #### Parameters\n\n |------------------|-------------------------------------------------------|\n | ` `*bundleID*` ` | The bundle ID of the iOS app to use to open the link. |\n\n #### Return Value\n\n Returns an object to be used with FIRDynamicLinkURLComponents to add iOS parameters to a\n generated Dynamic Link URL."]]