Closed yDvash closed 2 years ago
Any updates about this issue?
Hi @YardenDvash, @azilbershtein
Sorry for the delayed response, are you still experiencing the issue? At first sight, it looks like a server / connection error, not really an SDK error. Is there any more context you could provide to reproduce the issue?
@YardenDvash, @azilbershtein
I'm closing this ticket due to inactivity, feel free to re-open if you still experience the issue.
Thanks,
Platform
iOS
Platform Version
15.0
Braze SDK Version
5.4.0
Xcode Version
13.4.1
Computer Processor
Apple (M1)
Repro Rate
100%
Steps To Reproduce
Example:
braze.contentCards?.subscribeToUpdates()
Expected Behavior
Getting updates about content cards
Actual Incorrect Behavior
Network request canceled
Verbose Logs
Additional Information
It seems the network request for: https://sdk.iad-06.braze.com/api/v3/content_cards/sync is getting cancelled immediately after the SDK sent it.
We are not blocking or canceling anything on our own...