How can we help?
Hey there!
I think there are other kind-of related issues like: #31 #34 #30 #20 #12
Looks like on rubygems there are two different SDKs:
- https://rubygems.org/gems/onesignal
- https://rubygems.org/gems/onesignal_sdk
onesignal_sdk matches OneSignal::VERSION (2.0.2) but in the installation instructions you mentioned onesignal that is still on 1.0.1.
|
module OneSignal |
|
VERSION = '2.0.2' |
|
end |
The repo is missing the git tag for 2.0.2 so there's a bit of confusion on which SDK should be used.
Thanks!
Code of Conduct
How can we help?
Hey there!
I think there are other kind-of related issues like: #31 #34 #30 #20 #12
Looks like on rubygems there are two different SDKs:
onesignal_sdkmatchesOneSignal::VERSION(2.0.2) but in the installation instructions you mentionedonesignalthat is still on1.0.1.onesignal-ruby-api/lib/onesignal/version.rb
Lines 13 to 15 in 6a970c4
The repo is missing the git tag for 2.0.2 so there's a bit of confusion on which SDK should be used.
Thanks!
Code of Conduct