jpush / jshare-react-native

https://docs.jiguang.cn
MIT License
105 stars 28 forks source link

微信支付回调和分享回调冲突了,怎么办 #127

Closed TestsLing closed 5 years ago

TestsLing commented 5 years ago

我的这个里面放的是微信支付回调 image

然后我自己创建了另一个 照样继承 但是回调失败 希望有人回应一下 image

TestsLing commented 5 years ago

image manifest文件指向了那个 但是回调就是失败了 不能正常返回App 分享QQ和微博可以

weiruiyang commented 5 years ago
    <activity
        android:name=".wxapi.WXEntryActivity"
         android:theme="@android:style/Theme.Translucent.NoTitleBar"
        android:exported="true" />

这个名字不能变的。