Android - In-App Messages, Changing AppId, & Other Misc Fixes
- See the OneSignal In-App quickstart guide for more details.
- When re-initializing with a different AppId the device registers correctly without requiring an app cold start
- Dashboard parameters are now correctly refreshed as well from the new app id.
- Notification Channels / Categories, added invalid format handling to LED colors.
- PR #775
- Fixed
com.onesignal.PrivacyConsent
AndroidManifest.xml
check when using newest init method.- PR #786
- Fixed location permission prompting and session count / time tracking after privacy consent is accepted.
- PR #772
- Removed
rnpm
frompackage.json
to fix React Native 0.60 compatibility.- Fixes Issue #792
- Fixed
onesignal_app_id
viamanifestPlaceholders
not working if used indefaultConfig
.- PR #791
- iOS - Added a min for "React" of version of 0.13.0 to ensure the a local copy is being used from node_modules
- PR #803
- Misc fixes to example projects