This is a migrated thread and some comments may be shown as answers.

PushPlugin UnRegister Crash

2 Answers 24 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
OfficeHeart
Top achievements
Rank 1
OfficeHeart asked on 07 May 2013, 01:08 PM
 Hello,

When calling PushPlugin unregister the Icenium App crashes immediately.
This is the function that I call:


function UnregisterForNotifications() {
    var pushNotification = window.plugins.pushNotification;
        pushNotification.unregister(
            function(id) {
                alert("###Successfully sent request for registering with GCM.");
            },
            function(error) {
                alert("###Error " + error.toString());
            }
        );
 }

2 Answers, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 08 May 2013, 09:57 AM
Hello Martin,

We have just pushed a new version of Icenium that contains support for PushPlugin 1.2.2 which should have the appropriate fixes. Can you please update to this new version of the plugin and verify that it is working on your side?

 

Regards,
Stefan Dobrev
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
0
OfficeHeart
Top achievements
Rank 1
answered on 08 May 2013, 02:52 PM
Hello,

The problem seems to be solved in 1.2.2

Thanks,
Martin
Tags
Report a bug
Asked by
OfficeHeart
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
OfficeHeart
Top achievements
Rank 1
Share this question
or