Closed materik closed 2 years ago
Hi @materik,
Braze only automatically refreshes Content Cards in the following scenarios:
automaticRefreshTimeout
has passed.The Braze SDK will not automatically sync the latest campaigns from the Braze dashboard outside these scenarios. You can always request a refresh via the requestRefresh(_:)
method.
The behavior you expect is not supported by the SDK, feel free to file a product feedback (more info here)
Thanks,
Thanks for clarifying @lowip
Platform
iOS
Platform Version
iOS 16
Braze SDK Version
5.5.0
Xcode Version
Xcode 14.0
Computer Processor
Apple (M1)
Repro Rate
100%
Steps To Reproduce
contentCards.subscribeToUpdates
subscribeToUpdates
(With a strong reference to cancellable)Expected Behavior
Receiving a callback when the campaign is updated in the web client
Actual Incorrect Behavior
No callback is received from
contentCards.subscribeToUpdates
. Have to restart the app to have the new changes show up.Verbose Logs
No response
Additional Information
No response