-
Notifications
You must be signed in to change notification settings - Fork 61
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
[User Model] Fixes #640
[User Model] Fixes #640
Conversation
MIGRATION_GUIDE_v3_to_v5.md
Outdated
``` | ||
|
||
1. Go to **Player Settings > Android Tab > Publishing Settings** and enable the following settings: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also need to include these steps are part of the setup guide too in the README.md
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title of the PR says "[Fix] Sending VSA data" but it does a lot more than that. Can we update this PR title?
This PR also does a lot of different things, in the future please split up PRs if they contain unrelated commits
Will do, thanks for the feedback |
Description
One Line Summary
More than one file was found with OS independent path 'META-INF/kotlinx_coroutines_core.version'.
Android build error.Details
Motivation
Fixes VSA data not being sent and addresses
More than one file was found with OS independent path 'META-INF/kotlinx_coroutines_core.version'.
Android build error.Testing
Manual testing
Tested OneSignal initialization, app build with Unity 2021.3.16f1 of the OneSignal example app on a emulated Pixel 4 with Android 12.
Affected code checklist
Checklist
Overview
Testing
Final pass
This change is