How to get long-link from dynamic link when opening app for the first time?
问题 When I click on a dynamic link I will be redirected to the appstore and from there I download the app. What I really need is the long link of the dynamic link because I got data in it which I need to extract. This method will be opened when I start the app for the first time: -(Bool)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDICtionarry<NSString *, id>options). 回答1: Clarification of terms here: deep link -> this is what you will put inside dynamic link; long