Skip to content

Commit bb2231b

Browse files
authored
Merge pull request #226 from OneSignal/rel_2.9.0
Release commit for 2.9.0 including in-app messaging for iOS
2 parents 7bc3765 + 833a306 commit bb2231b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ typedef NS_ENUM(NSUInteger, OSNotificationDisplayType) {
170170
/* Parses an APS push payload into a OSNotificationPayload object.
171171
Useful to call from your NotificationServiceExtension when the
172172
didReceiveNotificationRequest:withContentHandler: method fires. */
173-
+(instancetype)parseWithApns:(nonnull NSDictionary*)message;
173+
+ (instancetype)parseWithApns:(nonnull NSDictionary*)message;
174174

175175
@end
176176

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.2
1+
2.9.0

OneSignalSDK.unitypackage

-2.16 MB
Binary file not shown.

0 commit comments

Comments
 (0)