medicast / cordova-plugin-checkpush

MIT License
0 stars 0 forks source link

nothing happens on ios 8.4 #2

Open blablapolicja opened 9 years ago

blablapolicja commented 9 years ago

hi, my application freezes and nothing happens when I try to use this plugin my code:

$ionicPlatform.ready(function() {
        var pushEnabled = window.plugins.checkpush.isPushEnabled();
        alert(JSON.stringify(pushEnabled));
});

I'm using:

Cordova CLI 5.1.1
iOS 8.4
cordova-ios 3.8.0
nafisto commented 9 years ago

Can you verify that plugins.checkpush exists? Also, was this working for you in iOS 8.3?

I'll try on my side and see if I can replicate.

blablapolicja commented 9 years ago

I didn't try the plugin for iOS 8.3

here is a screenshot from xcode

2015-07-11 22 59 21

my config.xml:

<feature name="CheckPush">
    <param name="ios-package" value="CheckPushPlugin"/>
</feature>