Fixes upload error due to OneSignal being built with Beta Xcode version
- Apps should no longer get error #986 which was a result of building the OneSignal framework with Xcode 13 build tools.
In App Messaging Lifecycle Events
- Apps can now observe the display lifecycle for In App Messages through a
OSInAppMessageLifecycleHandler
. Documentation for the new handler is here! #977