-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚫 Test merging two copies of branches #1330
Merged
Merged
Conversation
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
* instead of 5.0.0-alpha1
…s_user_data [user model] replace user data with the fetch user response
…se_guide [user model] Add `5.0.0-alpha-01` Migration Guide
Release 5.0.0 alpha 01
* calculateIsOptedIn and calculateIsEnabled were not actually using the passed in arguments
* The anonymous user has been identified, but we still need to Fetch User as we cleared local data * This will hydrate the onesignal_id again as well as other user properties
…gration_guide migration guide alpha-01: update SDK install instructions
[user model] Fix firing the push subscription observer
Fix 5.0.0 onesignal podspec
* Rename `OSBackgroundTaskManagerDelegate` -> `OSBackgroundTaskHandler` because it is not truly a delegate, but is a concrete implementation that is injected
…ility [User model] Web view inspectability
[5.0.0] Fix direct session influence
[5.0.0] Push subscription related fixes (3)
Release 5.0.0
Release 5.0.1
Update migration guide
* Fix a bug in setting an appId that is retrieved from cache. We were overwriting it with nil or "" after reading from cache. * Additionally, remove `appId` property from the OneSignal class because we can manage the appId via the `OneSignalConfigManager`. Better not to have two sources of truth for appId. * Remove `kOSSettingsKeyInOmitNoAppIdLogging` as it does not appear to be used anymore * Nit: clarifying logs
[Fix] Remove embed bitcode flag
…rappers Fix bug when setting app_id from cache
Release 5.0.2
nan-li
changed the title
Test merging two copies of branches
🚫 Test merging two copies of branches
Oct 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test a rebase from copies of branches
This change is