Merged
Conversation
d6b78e1 to
7d7a571
Compare
jkasten2
requested changes
Oct 8, 2025
Member
jkasten2
left a comment
There was a problem hiding this comment.
This PR is based on the branch name rel/5.2-beta can we rename this to 5.3-main?
- Since 5.3 is the native SDK version with custom events in it it, will make things a bit less confusing. Also will let us slot in JWT as
5.2-mainin the future to this repo.
We can then cut releases from 5.3-main, such as rel/5.3.0-alpha-01.
com.onesignal.unity.android/Runtime/Utilities/AndroidJavaObjectExtensions.cs
Outdated
Show resolved
Hide resolved
Collaborator
Author
But JWT is lower priority so I think 5.2 beta is fine. |
fix bug with tomap
add default app id for example app
345866d to
ea8ae18
Compare
ea8ae18 to
e6a4b41
Compare
This file contains hidden or 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
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.
Description
One Line Summary
Details
TrackEventtoMapoverride to handle Dictionary<string, object>Dashboard logs:


Track event button:


Motivation
We want to allow using custom events for more platforms / sdks.
Scope
Adds a new method for the user namespace. Also updates the required android/ios versions.
Testing
Manual testing
Tested on ios and android emulators by switching build profiles and running them. See screenshots above.
Affected code checklist
Checklist
Overview
Testing
Final pass
This change is