File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Framework/OneSignal.framework/Versions/A
OneSignal.xcodeproj/project.xcworkspace/xcuserdata/Kasten.xcuserdatad Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ @interface OneSignal ()
60
60
61
61
@implementation OneSignal
62
62
63
- NSString * const ONESIGNAL_VERSION = @" 011100 " ;
63
+ NSString * const ONESIGNAL_VERSION = @" 011101 " ;
64
64
65
65
@synthesize app_id = _GT_publicKey;
66
66
@synthesize httpClient = _GT_httpRequest;
@@ -1084,7 +1084,7 @@ - (void) remoteSilentNotification:(UIApplication*)application UserInfo:(NSDictio
1084
1084
notification.category = [category identifier ];
1085
1085
if ([data[@" m" ] isKindOfClass: [NSDictionary class ]]) {
1086
1086
if ([notification respondsToSelector: NSSelectorFromString (@" alertTitle" )])
1087
- notification. alertTitle = data[@" m" ][@" title" ];
1087
+ [ notification setValue: data[@" m" ][@" title" ] forKey: @" alertTitle " ]; // Using reflection for pre-Xcode 6.2 support.
1088
1088
notification.alertBody = data[@" m" ][@" body" ];
1089
1089
}
1090
1090
else
You can’t perform that action at this time.
0 commit comments