在我的APP中實現(xiàn)了分享到微信的操作,
然后我打開 微信,可以開的我的分享信息,以即分享信息來自于XX應(yīng)用,如何點擊分享信息中的來自于“XXAPP”,跳轉(zhuǎn)到我的APP?如圖 點擊wechatSDKdemo 跳轉(zhuǎn)到該APP
走同樣的路,發(fā)現(xiàn)不同的人生
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.
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.