Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Windows Phone 8.1, not fired plugin methods #526

Closed
anonymuos1 opened this issue Jan 18, 2016 · 4 comments
Closed

Windows Phone 8.1, not fired plugin methods #526

anonymuos1 opened this issue Jan 18, 2016 · 4 comments
Assignees
Labels

Comments

@anonymuos1
Copy link

Windows Phone 8.1
I use default example, but i don't get alert messages.... (i installed latest plugin)

document.addEventListener("deviceready", function () {
        alert('deviceready');
        var push = PushNotification.init({
            android: {
                senderID: "197029483541"
            },
            ios: {
                alert: "true",
                badge: "true",
                sound: "true"
            },
            windows: {}
        });

        push.on('registration', function (data) {
            alert(data.registrationId);
        });

        push.on('notification', function (data) {
            alert(data);
        });

        push.on('error', function (e) {
            alert(e.message);
        });

    });

What is the problem? Thanks!

@bau720123
Copy link

hi @anonymuos1
this is really a old..old..old question
phonegap-plugin-push have no wp8 version
there is only windows version

if you really want the wp8 version
here is the wp8 verison
https://github.com/phonegap-build/PushPlugin
but...it is deprecated for a long time ago

@rakatyal
Copy link
Collaborator

@anonymuos1: As pointed out by @bau720123, this plugin doesn't support wp8. Are you using Phonegap Build?

@macdonst
Copy link
Member

macdonst commented Mar 9, 2016

Closing for inactivity

@macdonst macdonst closed this as completed Mar 9, 2016
@lock
Copy link

lock bot commented Jun 5, 2018

This thread has been automatically locked.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

4 participants