Skip to content

Commit d2eca16

Browse files
committed
Remove setLaunchOptions from OneSignal header
* This was added to the OneSignalFramework header file to expose to wrappers. * However, wrappers do not actually use this because they must initialize the SDK (not sufficient to only set launch options) so cold start click listeners can be triggered. * Remove from header so it is not misleading, which suggests it is used.
1 parent 966d072 commit d2eca16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

iOS_SDK/OneSignalSDK/Source/OneSignalFramework.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ NS_SWIFT_NAME(login(externalId:token:));
7676
+ (Class<OSNotifications>)Notifications NS_REFINED_FOR_SWIFT;
7777

7878
#pragma mark Initialization
79-
+ (void)setLaunchOptions:(nullable NSDictionary*)newLaunchOptions; // meant for use by wrappers
8079
+ (void)initialize:(nonnull NSString*)newAppId withLaunchOptions:(nullable NSDictionary*)launchOptions;
8180
+ (void)setProvidesNotificationSettingsView:(BOOL)providesView;
8281

0 commit comments

Comments
 (0)