Code Monkey home page Code Monkey logo

Comments (8)

richsage avatar richsage commented on July 18, 2024

Sure - I've just had zero time this year unfortunately to develop the bundle as I'd have liked to! As always, pull requests are welcome if you have any documentation to add, no matter how rough - anything is better than nothing :-)

from rmspushnotificationsbundle.

richsage avatar richsage commented on July 18, 2024

There's some basic documentation added about the iOS Feedback service now.

from rmspushnotificationsbundle.

pculka avatar pculka commented on July 18, 2024

Is it possible to make the documentation usable for GCM?

from rmspushnotificationsbundle.

richsage avatar richsage commented on July 18, 2024

@pculka what specifically did you need adding? The concept is:

$message = new AndroidMessage()
$message->setGCM(true);
$message->setDeviceIdentifier("yourGCMtoken");
$message->setData(["foo" => "bar"]);

$container->get('rms_push_notifications')->send($message);

from rmspushnotificationsbundle.

pculka avatar pculka commented on July 18, 2024

@richsage yup, that exactly :) thanks :) was already browsing through the code how to properly set the data etc what to send. thanks

from rmspushnotificationsbundle.

richsage avatar richsage commented on July 18, 2024

@pculka ah great - that is all in the README, but split into an iOS example and the setGCM() bit separately :-)

from rmspushnotificationsbundle.

pculka avatar pculka commented on July 18, 2024

@richsage well in the iOS you are using $message->setMessage('Oh my! A push notification!'); instead $message->setData([]); and the difference in those is confusing

from rmspushnotificationsbundle.

richsage avatar richsage commented on July 18, 2024

@pculka ah, with you now! Sure - I'll make a note to put that above snippet in the README then in that case.

from rmspushnotificationsbundle.

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.