urbanairship / ruby-library

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

Support Urbanairship.unregister_device for Android with :provider => :android #17

Closed thrillcall closed 12 years ago

thrillcall commented 12 years ago

See : https://docs.urbanairship.com/display/DOCS/Server%3A+Android+Push+API

Allow passing in :provider => :android to make sure unregister_device works and does not throw an error.

Calls: DELETE /api/apids/

Not: DELETE /api/device_tokens/

schoblaska commented 12 years ago

Looks good. Thank you!

thrillcall commented 12 years ago

Great, thanks for the quick pull. We look forward to a release version with this change. I'll remove our fork now.

schoblaska commented 12 years ago

Sure thing - I just bumped to 2.1.2. Thanks again for contributing.

thrillcall commented 12 years ago

Terrific. Thanks.