-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed iOS params issue related to the second init for wrappers (#594)
* Fixed params issue related to the second init * On first init call the app id is null form some wrappers * Now every time init is called we try to download the params if the `didCallDownloadParams` false * Fix for OneSignal wrappers in native init * Wrapper SDKs call init twice, once with a null app id and once with a valid app id - On first init: null app id prevents iOS params and initDone will be set true - On second init: valid app id will allow iOS params to be pulled down and init is done already * Log level is now being set to default VERBOSE in NSE - This is so any logs get recorded for the device even when coming from the NSE - The customer will have control app level for showing OneSignal logs, but NSE will always log out logs * Unit test written for checking that init called twice (once with null app id and once with valid app id) does not effect iOS params request * Updated the log when entering the NSE of the SDK
- Loading branch information
Showing
6 changed files
with
77 additions
and
29 deletions.
There are no files selected for viewing
Binary file modified
BIN
+31.7 KB
(100%)
iOS_SDK/OneSignalSDK/Framework/OneSignal.framework/Versions/A/OneSignal
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters