Skip to content

Commit

Permalink
Tag and warning fixes and support for new iOS payload
Browse files Browse the repository at this point in the history
* Includes updates to the latest minor release of native iOS and Android SDKs.
* Android send and delete tag fixes.
* Device log warnings fixes for both iOS and Android.
* iOS - added support for a new APNs payload.
  • Loading branch information
jkasten2 committed Feb 18, 2016
1 parent 03d7965 commit 8c5ab55
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 3 deletions.
Binary file modified Unity4.6-4.7OneSignalSDK.unitypackage
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Unity4.6OneSignalExample/Assets/Plugins/OneSignal/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.3
1.13.0
Binary file modified Unity4.6OneSignalExample/Assets/Plugins/iOS/libOneSignal.a
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ typedef void (^OneSignalHandleNotificationBlock)(NSString* message, NSDictionary

@property(nonatomic, readonly, copy) NSString* app_id;

extern NSString* const VERSION;
extern NSString* const ONESIGNAL_VERSION;

typedef NS_ENUM(NSUInteger, ONE_S_LOG_LEVEL) {
ONE_S_LL_NONE, ONE_S_LL_FATAL, ONE_S_LL_ERROR, ONE_S_LL_WARN, ONE_S_LL_INFO, ONE_S_LL_DEBUG, ONE_S_LL_VERBOSE
Expand All @@ -61,6 +61,8 @@ typedef NS_ENUM(NSUInteger, ONE_S_LOG_LEVEL) {

- (id)initWithLaunchOptions:(NSDictionary*)launchOptions autoRegister:(BOOL)autoRegister;

- (id)initWithLaunchOptions:(NSDictionary*)launchOptions appId:(NSString*)appId;

- (id)initWithLaunchOptions:(NSDictionary*)launchOptions handleNotification:(OneSignalHandleNotificationBlock)callback;

- (id)initWithLaunchOptions:(NSDictionary*)launchOptions appId:(NSString*)appId handleNotification:(OneSignalHandleNotificationBlock)callback;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Unity5OneSignalExample/Assets/OneSignal/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.4
1.13.0
Binary file modified Unity5OneSignalSDK.unitypackage
Binary file not shown.

0 comments on commit 8c5ab55

Please sign in to comment.