OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Unity app with OneSignal. https://onesignal.com
Tested OneSignal initialization, app build with Unity 2021.3.10f1 of the OneSignal example App on an iPhone 12 with iOS 15.5.
Added OneSignal_in_app_message_hide_drop_shadow to the plist and set Type Boolean to YES and In-App Message did not display drop shadow.
Affected code checklist
[ ] Notifications
[ ] Display
[ ] Open
[ ] Push Processing
[ ] Confirm Deliveries
[ ] Outcomes
[ ] Sessions
[ ] In-App Messaging
[ ] REST API requests
[ ] Public API changes
Checklist
Overview
[x] I have filled out all REQUIRED sections above
[x] PR does one thing
If it is hard to explain how any codes changes are related to each other then it most likely needs to be more than one PR
[x] Any Public API changes are explained in the PR details and conform to existing APIs
Testing
[x] I have included test coverage for these changes, or explained why they are not needed
[x] All automated tests pass, or I explained why that is not possible
[x] I have personally tested this on my device, or explained why that is not possible
Final pass
[x] Code is as readable as possible.
Simplify with less code, followed by splitting up code into well named functions and variables, followed by adding comments to the code.
[x] I have reviewed this PR myself, ensuring it meets each checklist item
WIP (Work In Progress) is ok, but explain what is still in progress and what you would like feedback on. Start the PR title with "WIP" to indicate this.
Description
One Line Summary
Updates included OneSignal Android SDK from 5.1.7 to 5.1.8 and OneSignal iOS SDK from 5.1.4 to 5.1.5
Details
Motivation
Apply fixes made in the native SDKs to the Unity wrapper SDK.
Scope
Updated included Android SDK from 5.1.8 to 5.1.9
Updated included iOS SDK from 5.1.4 to 5.1.5
Testing
Manual testing
Tested OneSignal initialization, app build with Unity 2021.3.10f1 of the OneSignal example App on an iPhone 12 with iOS 15.5. Added OneSignal_in_app_message_hide_drop_shadow to the plist and set Type Boolean to YES and In-App Message did not display drop shadow.
Affected code checklist
Checklist
Overview
Testing
Final pass
This change is