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

Make dry_run for gcm configurable #123

Closed TiMESPLiNTER closed 8 years ago

TiMESPLiNTER commented 8 years ago

It would be great if we would be able to configure dry_run the same way as sandbox for ios. So that we can write in the YML-File for configuring the bundle something like:

rms_push_notifications:
    android:
        timeout: 5
        gcm:
            dry_run: true
richsage commented 8 years ago

That's a great idea - I'd missed that being available!