You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppboyBinding.GetFeatureFlag(string id) will now return null if the Feature Flag does not exist.
FEATURE_FLAGS_UPDATED will only trigger when a refresh request completes with success or failure, and upon initial subscription if there was previously cached data from the current session.
Fixed
Fixed an issue introduced in 4.0.0 which prevented compilation on Xcode 14.3+.
The additional -fcxx-modules flag under "Other C++ Flags" has been removed from the build process.
The dependencies BrazeKit and BrazeUI now get directly linked to the main app's target, instead of being transitively linked via UnityFramework.
Changed the iOS plugin to automatically update up to the next minor version, instead of up to the next major version.