-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return to the original app, not our "wechat share" app #3
Comments
好的,今天我修改 |
二次跳转 也无法实现,因为分享完成之后是从微信跳转过来的,所以wechat share 拿到的是微信的openurl,无法获取用户app的openurl。 |
需要在跳转前就拿到当前app的openurl,然后再跳回来的时候用。 |
鉴于很多同仁一再问起“ShareExtension 如何调起 Containing App?”这个问题,这里统一做个小结。 |
你这篇文章想要说的和我们没有关系。container app就是wechat share的app。另外,建议以后多看英文资料,中文的资料很乱,前后矛盾,而且过时。看英文会节省查资料的时间。 |
ok 我再研究下 |
@Geng5017034 引用的文字加引用,还有出处的链接。这点很重要, 比如这样:
Ref: [1] 然后可以加上你的理解,研究,诠释等。 这样读的人可以更快和你建立相同或者不同的认识。 |
好的,以后注意 |
👍 |
不知道你有什么好的办法,让“返回”的时候返回到原来的app,而不是我们的app
我的办法是记住当前app,当跳转回来的时候,再次进行二次跳转。
The text was updated successfully, but these errors were encountered: