Cordova plugin hot code push?

We have a network of devices running our Meteor app. Updates via hot code push work great.

Now we want to read the device IMEI.

I guess we need to install a new cordova plugin.

Problem: plugins are not part of the code push.

How do we get the plugin to the devices?

Hi @obiwahn,

Afraid you’ll need to submit an updated app to the app store / google play.

Like you say, you can’t do this via hot code push.

Unfortunately we use direct apk installs.

Dang :frowning: