urbanairship / ruby-library

A Ruby wrapper for the Urban Airship API.
Other
200 stars 117 forks source link

add support for v3 scheduled notifications #51

Closed nguyen-brian closed 9 years ago

nguyen-brian commented 10 years ago

Looks like the port to v3 is missing the ability to schedule a notification for the future. In previous versions of the Urbanairship api, you would put a :schedule_for key into the normal push parameters. Now you have to hit a separate API endpoint, /api/schedules.

http://docs.urbanairship.com/reference/api/v3/schedule.html

pdxmele commented 9 years ago

New release is out! Please let us know if you have any problems by emailing support@urbanairship.com. This version only supports pushy things so far, not device info, tagging, reports, etc., but feel free to submit requests for other features either to support or in the issues here.