亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

objective-c - 從朋友圈跳到我的APP 如何實現(xiàn)?
怪我咯
怪我咯 2017-04-21 11:18:10
0
2
704

在我的APP中實現(xiàn)了分享到微信的操作,

然后我打開 微信,可以開的我的分享信息,以即分享信息來自于XX應(yīng)用,如何點擊分享信息中的來自于“XXAPP”,跳轉(zhuǎn)到我的APP?如圖 點擊wechatSDKdemo 跳轉(zhuǎn)到該APP

怪我咯
怪我咯

走同樣的路,發(fā)現(xiàn)不同的人生

reply all(2)
伊謝爾倫

For iOS, if your application wants to be opened by other applications, it needs to register the URL Scheme with the system. Some callback operations can be implemented in handleOpenURL in AppDelete. SMS applications like the system can respond to schemes like sms://.
But I don’t know if the 來自XXAPP information that the poster mentioned can be customized in the URL.

Ty80

To access the SDK from WeChat, you must first apply for APPKEY on the open platform, and at the same time, the packagename and informationurl are corresponding.

So what WeChat needs to do after clicking wechatsdkdemo is to detect whether the package is installed. If it is installed, open the package. If it is not installed, open the informationurl.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template