-
Notifications
You must be signed in to change notification settings - Fork 148
Package with the same name? #67
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
Comments
Hi @arthurflor, I googled some tips for you. This is most likely a problem with your APK signature Vote 58
Vote 171
|
Hi, |
Hi, |
Hi,I have the same problem. two app is different packagename,when i installed another app with the same authority provider; |
hi,Validated, after 1.3.5 in AndroidManifest. XML, add <provider android:authorities="com.vaenow.appupdate.android.provider" android:exported="false" android:grantUriPermissions="true" android:name="com.vaenow.appupdate.android.GenericFileProvider"> , resulting in build apk, has the same signature。now ,I ‘m using 1.3.5 |
Hey guys, do you have any advices ? 🆘 |
I made a PR that fixes this! |
Hi,I have the same problem.How to solve? |
@mojiaming, until my pull request is merged, use my fork at https://github.com/loban/cordova-plugin-app-update or https://www.npmjs.com/package/cordova-plugin-app-update-fork |
@loban I tried using your fork, it gives me following error when I run "ionic cordova run android" Err: UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Unhandled "error" event. (The platform "android" does not appear to be a valid cordova platform. It is missing API.js. android not supported.) Can you help me with this? |
@mojiaming That error seems unrelated to this plugin. Please uninstall this plugin and double check if the error is still there or not. BTW, my patch has been merged so you can try the mainline plugin again. I'll keep my fork up until this plugin has a new release or two. |
Thank you so much for your path. @loban |
You're most welcome, @vaenow! :-D |
Hey,
When I try to install another application that uses the plugin, android returns this message:
Some tip?
The text was updated successfully, but these errors were encountered: