hui-z / flutter_install_plugin

A flutter plugin for install apk for android; and using url to go to app store for iOS.
MIT License
103 stars 111 forks source link

android 6.0 应用签名异常 #53

Closed ershat-dl closed 3 years ago

ershat-dl commented 3 years ago

Android 9.0 正常。不过Android 6.0 安装时 出现 应用签名异常。这是个bug 还是 我落了关键点?

ershat-dl commented 3 years ago

com.android.vending caused this problem. in my case , my google play service is out of date, so I upgraded it, but still saysclass not found exception for {com.android.vending}. I found that com.android.vending is google play store's new package name, so in my phone it is not installed.