Releases: Game-of-whales/GOW-SDK-IOS
Releases · Game-of-whales/GOW-SDK-IOS
v2.0.14
ADDED
redeemable
parameter was added to SpecialOffer
class.
v2.0.13
ADDED
- Custom data is supported for special offers.
- The information about a device's locale is sent to Game of Whales.
v2.0.12
ADDED
getLeftTime
method for special offers.
v2.0.11
MODIFIED
-
Push notification about special offer comes at the same time with the special offer (new parameter offer was added):
void onPushDelivered(SpecialOffer offer, String campID, String title, String message);
-
setPushNotificationsEnable
method was added to allow user to turn off the push notifications.
-
Added static methods instead of shared
methods.
v2.0.10
MINOR FIX
pushReacted sending with empty camp was fixed.
v2.0.9
MODIFIED
renamed "Reachability" class to "GWReachability".
v2.0.8
FIXED
bug with pushDelivered and pushReacted events for push campaigns
v2.0.7
FIXED
bug with OnPushDelivered callback for empty push notification campaign.
bug with redeemable once special offer: they could be used many times.