urbanairship / ruby-library

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

Unable to use named user methods if for iOS channel #113

Closed connor-odoherty closed 5 years ago

connor-odoherty commented 5 years ago

The associate and disassociate methods on NamedUser return a 404 error because it impossible to set the device_type. The user passes in a device_type variable, but the code references a non-existent instance variable.

I have fixed this in my fork: https://github.com/connor-odoherty/ruby-library

pdxmele commented 5 years ago

Thanks for the report! I'm having a look at your PR and hope to have it merged in sometime tomorrow.

pdxmele commented 5 years ago

Merged in, gonna do a couple other small things and then do a new official release.