richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

OS type rms_push_notifications.os.ios not supported #53

Closed subdigger closed 10 years ago

subdigger commented 10 years ago

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 commented 10 years ago

Did you add the ios section into your config?

subdigger commented 10 years ago

how? 7 where?

richsage commented 10 years ago

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.