分享屏幕未默认选中当前App
分享屏幕时,系统弹窗中未默认选中自己的App
问题原因
在调用开始分享接口时,传入的扩展target的bundle id不正确
[[NemoSDK sharedInstance] startContentSharing:type enableAnnotation:YES bundleID:@"xxx"];
即 "xxx" 传参有误。
解决方法
传入正确的bundle id,从下图中查看
生效后的效果图
分享屏幕时,系统弹窗中未默认选中自己的App
在调用开始分享接口时,传入的扩展target的bundle id不正确
[[NemoSDK sharedInstance] startContentSharing:type enableAnnotation:YES bundleID:@"xxx"];
即 "xxx" 传参有误。
传入正确的bundle id,从下图中查看
生效后的效果图