urbanairship / ruby-library

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

Default to API v3 #65

Closed devinfoley closed 9 years ago

devinfoley commented 9 years ago

Default to using API v3, since v1 and v2 will be dead in 3 weeks.

bpaul commented 9 years ago

:+1: Is this all we need to do to support v3?

dogweather commented 9 years ago

Unfortunately, no. However, we are working hard on v3 compatibility in the api-v3 branch.

bpaul commented 9 years ago

Is api-v3 ready for simple device registration and push notification delivery yet?

dogweather commented 9 years ago

I'm sorry, no. I'll find out about the schedule and post it here.

bpaul commented 9 years ago

Thanks!

devinfoley commented 9 years ago

FWIW, this change is all it took for us to start sending messages via v3. We also had to make some changes to the dictionaries that we send to the lib, but it was pretty easy.

We're just sending very simple messages to individual devices though, so YMMV.

Acronyms!