Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49188

Issue with Ionic Deploy -- .check is not resolving

$
0
0

@jamesvsshark wrote:

Hello,

I'm facing an issue with $ionicDeploy.check() is not resolving. I am using a real device. I have wrapped it in $ionicPlatform.ready and had it inside of angular1 run block and no luck.

I did some digging into the Ionic.cloud.js file and it appears the issue that the check function in itself is waiting for the event of "deploy:ready" to do it's thiing -- this is not being called.

I can see that the initialization of the Deploy service itself is responsible for emitting this event but that listens for a "device:ready" event which is not being called! :slight_smile:

Does not execute --
this.emitter.once('device:ready', function () {
if (this.getPlugin()) {
this.plugin.init(this.config.get('app_id'), _this.config.getURL('api'));
}
_this.emitter.emit('deploy:ready');
});

I've updated all of my client libs, added and removed platforms and no luck. Any help would be much appreciated.

Thank you,

James

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49188

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>