We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252e798 commit e00d0acCopy full SHA for e00d0ac
iOS_SDK/OneSignalSDK/Source/OneSignalHelper.m
@@ -783,7 +783,7 @@ + (void)addNotificationRequest:(OSNotificationPayload*)payload
783
Synchroneously downloads an attachment
784
On success returns bundle resource name, otherwise returns nil
785
*/
786
-+ (NSString *)downloadMediaAndSaveInBundle:(NSString*)urlString {
++ (NSString *)downloadMediaAndSaveInBundle:(NSString *)urlString {
787
788
let url = [NSURL URLWithString:urlString];
789
0 commit comments