Closed Mr-Anonymous closed 6 years ago
👋 Hi! Thank you for your interest in this repo.
😢 We are not using nordnet/cordova-hot-code-push anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.
🔒 This will now be closed & locked.
ℹ️ Please see #371 for more information.
When I remove the plugin, my Android App works. When I install this plugin, the App does not even launch. It says
App has stopped. Restart App
.I tried the following:
Tried installed the plugin both using
cordova plugin add cordova-hot-code-push-plugin
andcordova plugin add https://github.com/nordnet/cordova-hot-code-push.git
.I have this set-up in my
config.xml
I have this in
chcp.json
:The
appstore/www
directory exists in my server.I have followed the Wiki and the issues here and I feel my set-up seems fine. I dont use any javascript for this plugin and it should work as default. But when I run the command
ionic cordova run android
, when the App is launched, it doesnt even open. It crashes straight away.I have Android 7 and this is my ionic set-up:
When I uninstall this plugin, it works. When I install this plugin, it crashes. These are the plugins I have in my set-up:
Has anyone else had this problem? Can someone guide me here please?