Skip to content

Commit 10a85fa

Browse files
committed
2.6.3 Release
• Updates the Unity SDK to use the latest versions of the iOS and Android SDK's
1 parent 2889632 commit 10a85fa

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed
Binary file not shown.

OneSignalExample/Assets/OneSignal/Platforms/iOS/OneSignal.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ typedef NS_ENUM(NSInteger, OSNotificationPermission) {
282282
@end
283283

284284

285+
typedef void (^OSWebOpenURLResultBlock)(BOOL shouldOpen);
285286

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

310+
/*Prompt user yes/no to open URL's from push notifications*/
311+
extern NSString * const kOSSSettingsKeyPromptBeforeOpeningPushURL;
312+
309313
/* iOS10 +
310314
Set notification's in-focus display option.
311315
Value must be an OSNotificationDisplayType enum
@@ -364,7 +368,7 @@ typedef NS_ENUM(NSUInteger, ONE_S_LOG_LEVEL) {
364368
+ (void)deleteTagsWithJsonString:(NSString*)jsonString;
365369
// 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.
366370
// Sends as MD5 and SHA1 of the provided email
367-
+ (void)syncHashedEmail:(NSString*)email;
371+
+ (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");
368372

369373
// - Subscription and Permissions
370374
+ (void)IdsAvailable:(OSIdsAvailableBlock)idsAvailableBlock __deprecated_msg("Please use getPermissionSubscriptionState or addSubscriptionObserver and addPermissionObserver instead.");

OneSignalExample/Assets/OneSignal/Platforms/iOS/OneSignal.h.meta

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.2
1+
2.6.3

OneSignalSDK.unitypackage

221 KB
Binary file not shown.

0 commit comments

Comments
 (0)