mnill / cordova-app-updater

Simple plugin for hot update cordova app
MIT License
16 stars 5 forks source link

Can't find server url error #7

Closed khamaileon closed 8 years ago

khamaileon commented 8 years ago

I've got this error on Cordova 6.1.1 with the following procedure:

There is config.xml for testing. instruction: cordova create test cd test cordova platform add ios cordova plugin add https://github.com/mnill/cordova-app-updater

copy\paste my config

cordova run ios --device config.xml.zip

mnill commented 8 years ago

I think you tried android, not ios? I apply path on master, please try again.

khamaileon commented 8 years ago

Yes indeed. Works like a charm! Thank you :+1: