File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Framework/OneSignal.framework/Versions/A Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8181
8282@implementation OneSignal
8383
84- NSString * const ONESIGNAL_VERSION = @" 020301 " ;
84+ NSString * const ONESIGNAL_VERSION = @" 020302 " ;
8585static NSString * mSDKType = @" native" ;
8686static BOOL coldStartFromTapOnNotification = NO ;
8787
@@ -473,7 +473,7 @@ + (void)postNotification:(NSDictionary*)jsonData {
473473}
474474
475475+ (void )postNotification : (NSDictionary *)jsonData onSuccess : (OSResultSuccessBlock)successBlock onFailure : (OSFailureBlock)failureBlock {
476- NSMutableURLRequest * request = [httpClient requestWithMethod: @" GET " path: @" notifications" ];
476+ NSMutableURLRequest * request = [httpClient requestWithMethod: @" POST " path: @" notifications" ];
477477
478478 NSMutableDictionary * dataDic = [[NSMutableDictionary alloc ] initWithDictionary: jsonData];
479479 dataDic[@" app_id" ] = app_id;
You can’t perform that action at this time.
0 commit comments