Closed zachdean closed 6 months ago
Hi @zachdean,
Thanks for raising this! We actually are in progress to bump the bindings and are aiming to have a release out by EOD. We will update you with any progress.
Hi @zachdean,
We just released Xamarin SDK version 5.0.0 which bumps the Braze Swift SDK bindings. Thanks!
starting May 1st, 2024, Apple is requiring that all apps and SDK's ship the privacy manifest with the application for submission to the app store. They current version of this binding library is pointing to the Braze iOS Swift SDK version 8.4.0, which has invalid Privacy Manifests. This pr bumps to swift sdk version 9.0.0 which should resolve the privacy manifest issues.
Notes: The version 9.0.0 change log indicates that
BrazeDelegate.braze(_:sdkAuthenticationFailedWithError)
was deprecated in favor ofBrazeSDKAuthDelegate.braze(_:sdkAuthenticationFailedWithError)
. This wrapper was not exposing that API. As such, there are no breaking changes.