Precautions for WeChat Open Platform Access

Can't pull WeChat or WeChat flash and quit

1. Use the signature viewing tool to check whether the signature has changed

2. After packaging, check whether the package name has been modified. Modifying the manifest in as is not enough. You also need to modify the applicationId in build.gradle.

defaultConfig {
applicationId "com.xx.xx"
minSdkVersion 14
targetSdkVersion 25
versionCode 1
versionName "1.0"
}

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326308665&siteId=291194637