Giter Club home page Giter Club logo

Comments (12)

macdonst avatar macdonst commented on July 20, 2024

@lucasabba I haven't started looking into iOS9 support. Version 1.3 which will release in September will have support for iOS9.

from phonegap-plugin-push.

alexbuijs avatar alexbuijs commented on July 20, 2024

This seems to be an issue unrelated to iOS 9. I experienced this on iOS 8 as well as on iOS 9 beta, but it appears that passing the correct ios options to the init function, solves the issue (at least for me). The documentation doesn't mention these options, but try passing {ios: {sound: true, badge: true, alert: true}} to init.

from phonegap-plugin-push.

macdonst avatar macdonst commented on July 20, 2024

@alexbuijs What version of the plugin are you using?

from phonegap-plugin-push.

alexbuijs avatar alexbuijs commented on July 20, 2024

I'm using the latest version: 1.2.0

from phonegap-plugin-push.

lucasabba avatar lucasabba commented on July 20, 2024

My plugin version is 1.1.1, how can I update?

from phonegap-plugin-push.

alexbuijs avatar alexbuijs commented on July 20, 2024
cordova plugin rm phonegap-plugin-push
cordova plugin add phonegap-plugin-push

from phonegap-plugin-push.

lucasabba avatar lucasabba commented on July 20, 2024

Thanks, after update I need to use "Cordova prepare iOS"?

from phonegap-plugin-push.

alexbuijs avatar alexbuijs commented on July 20, 2024

it shouldn't be necessary, but it won't hurt.

from phonegap-plugin-push.

lucasabba avatar lucasabba commented on July 20, 2024

@alexbuijs where i need to insert {ios: {sound: true, badge: true, alert: true}} ?
is this ok?

PushNotification.init({
"android": {
"senderID": "************"
},
"ios": {sound: true, badge: true, alert: true},
"windows": {}
});

from phonegap-plugin-push.

lucasabba avatar lucasabba commented on July 20, 2024

everything work on iOS 9 after update plugin to version 1.2.0 and use @alexbuijs idea
Thanks to all for your help!

from phonegap-plugin-push.

macdonst avatar macdonst commented on July 20, 2024

@alexbuijs thanks! No idea why that is not documented.

@lucasabba I will update the docs and close this issue.

from phonegap-plugin-push.

lock avatar lock commented on July 20, 2024

This thread has been automatically locked.

from phonegap-plugin-push.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.