Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

OS type rms_push_notifications.os.ios not supported #53

Closed
subdigger opened this issue Dec 24, 2013 · 3 comments
Closed

OS type rms_push_notifications.os.ios not supported #53

subdigger opened this issue Dec 24, 2013 · 3 comments

Comments

@subdigger
Copy link

cant send message:

$message = new Message\iOSMessage();
$message->setMessage('Oh my! A push notification!');
$message->setDeviceIdentifier('test012fasdf482asdfd63f6d7bc6d4293aedd5fb448fe505eb4asdfef8595a7');
$this->container->get('rms_push_notifications')->send($message); // <---- error
@richsage
Copy link
Owner

Did you add the ios section into your config?

@subdigger
Copy link
Author

how? 7 where?

@richsage
Copy link
Owner

Please follow the installation instructions in the README; specifically the configuration section. You need to ensure you have the ios section present and configured correctly, so that iOS messages can be handled.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants