收藏
回答

微信支付成功后,点击“返回商户”不能返回APP?

api 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'

<activity
    android:name="com.chameleon.client.wxapi.WXEntryActivity"
    android:theme="@android:style/Theme.Translucent.NoTitleBar"
    android:exported="true"
    android:taskAffinity="com.chameleon.client"
    android:launchMode="singleTask">
</activity>

<queries>
 
   <package android:name="com.tencent.mm" />
</queries>

能配置的都配置了,不知道还有什么原因,能够正常唤起微信支付,说明签名、包名都正确。
回答关注问题邀请回答
收藏
登录 后发表内容