Skip to content

Commit

Permalink
2.6.3 Release
Browse files Browse the repository at this point in the history
• Updates the Unity SDK to use the latest versions of the iOS and Android SDK's
  • Loading branch information
Nightsd01 committed Mar 15, 2018
1 parent 2889632 commit 10a85fa
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
Binary file not shown.
6 changes: 5 additions & 1 deletion OneSignalExample/Assets/OneSignal/Platforms/iOS/OneSignal.h
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ typedef NS_ENUM(NSInteger, OSNotificationPermission) {
@end


typedef void (^OSWebOpenURLResultBlock)(BOOL shouldOpen);

typedef void (^OSResultSuccessBlock)(NSDictionary* result);
typedef void (^OSFailureBlock)(NSError* error);
Expand All @@ -306,6 +307,9 @@ extern NSString * const kOSSettingsKeyInAppAlerts;
/*Enable In-App display of Launch URLs*/
extern NSString * const kOSSettingsKeyInAppLaunchURL;

/*Prompt user yes/no to open URL's from push notifications*/
extern NSString * const kOSSSettingsKeyPromptBeforeOpeningPushURL;

/* iOS10 +
Set notification's in-focus display option.
Value must be an OSNotificationDisplayType enum
Expand Down Expand Up @@ -364,7 +368,7 @@ typedef NS_ENUM(NSUInteger, ONE_S_LOG_LEVEL) {
+ (void)deleteTagsWithJsonString:(NSString*)jsonString;
// Optional method that sends us the user's email as an anonymized hash so that we can better target and personalize notifications sent to that user across their devices.
// Sends as MD5 and SHA1 of the provided email
+ (void)syncHashedEmail:(NSString*)email;
+ (void)syncHashedEmail:(NSString*)email __deprecated_msg("Please refer to our new Email methods/functionality such as setEmail(). This method will be removed in a future version of the OneSignal SDK");

// - Subscription and Permissions
+ (void)IdsAvailable:(OSIdsAvailableBlock)idsAvailableBlock __deprecated_msg("Please use getPermissionSubscriptionState or addSubscriptionObserver and addPermissionObserver instead.");
Expand Down
19 changes: 12 additions & 7 deletions OneSignalExample/Assets/OneSignal/Platforms/iOS/OneSignal.h.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified OneSignalExample/Assets/OneSignal/Platforms/iOS/libOneSignal.a
Binary file not shown.
2 changes: 1 addition & 1 deletion OneSignalExample/Assets/OneSignal/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.2
2.6.3
Binary file modified OneSignalSDK.unitypackage
Binary file not shown.

0 comments on commit 10a85fa

Please sign in to comment.