https://yourapp.com/specific-page?parameter1=value1¶meter2=value2
Click here to redeem your promotion!
Objective-C代码示例:
- (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray * _Nullable))restorationHandler {
[AppsFlyerLib shared].delegate = self; // 设置AppsFlyer的委托
// 处理Appsflyer链接和数据
[[AppsFlyerLib shared] continue(userActivity, restorationHandler:restorationHandler)];
return YES;
}
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {
[AppsFlyerLib shared].delegate = self; // 设置AppsFlyer的委托
// 处理Appsflyer链接和数据
[[AppsFlyerLib shared] handleOpenURL:url sourceApplication:sourceApplication withAnnotation:annotation];
return YES;
}
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// 启动Apps