Skip to content

3.0.0-beta.6 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@adamschlesinger adamschlesinger released this 07 Feb 21:16
07de8b0

Fixed

  • iOS build post processor will determine extension's imported OneSignalXCFramework from the package's dependencies xml. Fixes #442
  • iOS callbacks for the NotificationPermissionChanged event will no longer cause an il2cpp exception

Changed

  • Added AndroidManifest with location permissions to the example app to display PromptLocation
  • InstallEdm4uStep now imports version 1.2.169 of EDM4U
  • Log an error in the example app when RequiresPrivacyConsent is attempted to be set to false from true
  • Internal state mappings on iOS now rely on class defined objects over dynamic Dictionary types
  • Replaced manual manipulation of iOS entitlements in post processing with Unity's ProjectCapabilityManager