ios-app互相跳转通信.zip

时间:2022-07-31 13:08:14
【文件属性】:

文件名称:ios-app互相跳转通信.zip

文件大小:54KB

文件格式:ZIP

更新时间:2022-07-31 13:08:14

手势交互

两个APP之间相互通信, 前提必须相互持有, 模拟机上必须都运行之后. 添加对方的URL schema 在AppDelegate 中可以接受通信参数传递, 注意参数好像不能传中文 //跳转后调用接受参数(若无参数使用可注释不用) - (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url { NSString *receText = [[url host] stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; NSLog(@"参数:%@ URL:%@",receText, url.absoluteString); return YES; }


【文件预览】:
TestAPP
----.DS_Store(6KB)
----TestAPP1()
--------.DS_Store(6KB)
--------TestAPP1()
--------TestAPP1.xcodeproj()
----TestAPP2()
--------.DS_Store(6KB)
--------TestAPP2.xcodeproj()
--------TestAPP2()

网友评论