The minimum iOS application version that supports the Dynamic Link. This is retrieved
from the imv= parameter of the Dynamic Link URL. Note: This is not the minimum iOS system
version, but the minimum app version. If app version of the opening app is less than the
value of this property, then app expected to open AppStore to allow user to download most
recent version. App can notify or ask user before opening AppStore.
[[["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 2025-03-10 UTC."],[],[],null,["# FirebaseDynamicLinks Framework Reference\n\nFIRDynamicLink\n==============\n\n\n @interface FIRDynamicLink : NSObject\n\nA received Dynamic Link.\n- `\n ``\n ``\n `\n\n ### [url](#/c:objc(cs)FIRDynamicLink(py)url)\n\n `\n ` \n The URL that was passed to the app. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSURL *url;\n\n- `\n ``\n ``\n `\n\n ### [matchType](#/c:objc(cs)FIRDynamicLink(py)matchType)\n\n `\n ` \n The match type of the received Dynamic Link. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, readonly) ../Enums/FIRDLMatchType.html matchType;\n\n- `\n ``\n ``\n `\n\n ### [utmParametersDictionary](#/c:objc(cs)FIRDynamicLink(py)utmParametersDictionary)\n\n `\n ` \n UTM parameters associated with a Firebase Dynamic Link. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, copy, readonly) NSDictionary\u003cNSString *, id\u003e *_Nonnull utmParametersDictionary;\n\n- `\n ``\n ``\n `\n\n ### [minimumAppVersion](#/c:objc(cs)FIRDynamicLink(py)minimumAppVersion)\n\n `\n ` \n The minimum iOS application version that supports the Dynamic Link. This is retrieved\n from the imv= parameter of the Dynamic Link URL. Note: This is not the minimum iOS system\n version, but the minimum app version. If app version of the opening app is less than the\n value of this property, then app expected to open AppStore to allow user to download most\n recent version. App can notify or ask user before opening AppStore. \n\n #### Declaration\n\n Objective-C \n\n @property (nonatomic, copy, readonly, nullable) NSString *minimumAppVersion;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRDynamicLink(im)init)\n\n `\n ` \n Unavailable \n Undocumented \n\n #### Declaration\n\n Objective-C \n\n - (instancetype)init NS_UNAVAILABLE;"]]