diff --git a/BrazeKit.podspec b/BrazeKit.podspec
index c7740db9a9..732d083f6b 100644
--- a/BrazeKit.podspec
+++ b/BrazeKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeKit'
- s.version = '5.6.2'
+ s.version = '5.6.3'
s.summary = 'Braze Main SDK library providing support for analytics and push notifications.'
s.homepage = 'https://braze.com'
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'
s.source = {
- :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeKit-CocoaPods.zip',
- :sha256 => '2ff7e26dba1e17c05639796ef7f1904b3ecd44385606ff045920f7e7939d57a2'
+ :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazeKit-CocoaPods.zip',
+ :sha256 => '85e3fba03575d2f7a0ce6700ebd937869239a795c628a2cc5fd2058bdd592200'
}
s.swift_version = '5.0'
diff --git a/BrazeLocation.podspec b/BrazeLocation.podspec
index 243d74c6ec..2a1c348ba2 100644
--- a/BrazeLocation.podspec
+++ b/BrazeLocation.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeLocation'
- s.version = '5.6.2'
+ s.version = '5.6.3'
s.summary = 'Braze location library providing support for location analytics and geofence monitoring.'
s.homepage = 'https://braze.com'
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'
s.source = {
- :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeLocation-CocoaPods.zip',
- :sha256 => '65cb8fb6bc3591e59b90ed86343340cec891585a5dafc079044b3ca61845dba9'
+ :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazeLocation-CocoaPods.zip',
+ :sha256 => '7d59c5764459822d55040dda168abf6f90dd39a8ae7ef8c2c8df1ad9cb16641f'
}
s.swift_version = '5.0'
@@ -21,5 +21,5 @@ Pod::Spec.new do |s|
# Depends on BrazeKit because BrazeKit includes the internal _BrazeLocationClient symbols required
# for linking against BrazeLocation.
- s.dependency 'BrazeKit', '5.6.2'
+ s.dependency 'BrazeKit', '5.6.3'
end
diff --git a/BrazeNotificationService.podspec b/BrazeNotificationService.podspec
index 0f44b7ec9c..819eec33a2 100644
--- a/BrazeNotificationService.podspec
+++ b/BrazeNotificationService.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeNotificationService'
- s.version = '5.6.2'
+ s.version = '5.6.3'
s.summary = 'Braze notification service extension library providing support for Rich Push notifications.'
s.homepage = 'https://braze.com'
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'
s.source = {
- :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeNotificationService-CocoaPods.zip',
- :sha256 => '37966c57962cff3d1e0834da92d1df3946701cfbdf17237a96784599a90b2e0a'
+ :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazeNotificationService-CocoaPods.zip',
+ :sha256 => 'fe116d58686797e3a47bde2c5e4da73c89d9aea7f6578c648b558c80dd2c99ed'
}
s.swift_version = '5.0'
diff --git a/BrazePushStory.podspec b/BrazePushStory.podspec
index 81557a00eb..0cdec184c2 100644
--- a/BrazePushStory.podspec
+++ b/BrazePushStory.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazePushStory'
- s.version = '5.6.2'
+ s.version = '5.6.3'
s.summary = 'Braze notification content extension library providing support for Push Stories.'
s.homepage = 'https://braze.com'
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'
s.source = {
- :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazePushStory-CocoaPods.zip',
- :sha256 => '2d8c566210a1a69545d7858eb9ffa4ef9d05faf36e27ed2c56a15825278f06c1'
+ :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazePushStory-CocoaPods.zip',
+ :sha256 => 'd959ffbb2503d59f701023b8391d0d210c9f0c93fc15ac0771a3cd07c0a1d665'
}
s.swift_version = '5.0'
diff --git a/BrazeUI.podspec b/BrazeUI.podspec
index c93cdc9349..c241e38435 100644
--- a/BrazeUI.podspec
+++ b/BrazeUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeUI'
- s.version = '5.6.2'
+ s.version = '5.6.3'
s.summary = 'Braze-provided user interface library for In-App Messages.'
s.homepage = 'https://braze.com'
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'Commercial' }
s.authors = 'Braze, Inc.'
- s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '5.6.2' }
+ s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '5.6.3' }
s.swift_version = '5.0'
s.ios.deployment_target = '10.0'
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/BrazeUI/**/*.swift'
s.resource_bundles = { 'BrazeUI' => 'Sources/BrazeUI/Resources/**/*' }
- s.dependency 'BrazeKit', '5.6.2'
+ s.dependency 'BrazeKit', '5.6.3'
end
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed78e28a65..b86e806b9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 5.6.3
+
+##### Fixed
+- Fixes the `InAppMessageRaw` to `InAppMessage` conversion to properly take into account the `extras` dictionary and the `duration`.
+- Fixes an issue preventing the execution of the [`braze(_:sdkAuthenticationFailedWithError:)`](https://braze-inc.github.io/braze-swift-sdk/documentation/brazekit/brazedelegate/braze(_:sdkauthenticationfailedwitherror:)-505pz) delegate method in case of an authentication error.
+
+##### Changed
+- Improves error logging descriptions for HTTP requests and responses.
+
## 5.6.2
##### Changed
diff --git a/Examples/ObjC/Sources/ContentCards/Info.plist b/Examples/ObjC/Sources/ContentCards/Info.plist
deleted file mode 100644
index 0c015f1468..0000000000
--- a/Examples/ObjC/Sources/ContentCards/Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-