fix: Rokt Callback should be Called on Main#683
Conversation
PR SummaryMedium Risk Overview Updates public header docs to guarantee main-queue delivery, and adjusts/adds unit tests to validate wrapping (block identity changes) and that invoking the forwarded callback from a background queue runs the original handler on the main thread. Written by Cursor Bugbot for commit 8aa7e7c. This will update automatically on new commits. Configure here. |
📦 SDK Size Impact ReportMeasures how much the SDK adds to an app's size (with-SDK minus without-SDK).
➡️ SDK size impact change is minimal. Raw measurementsTarget branch (main): {"baseline_app_size_kb":84,"baseline_executable_size_bytes":75464,"with_sdk_app_size_kb":1944,"with_sdk_executable_size_bytes":76360,"sdk_impact_kb":1860,"sdk_executable_impact_bytes":896,"xcframework_size_kb":9720}This PR: {"baseline_app_size_kb":84,"baseline_executable_size_bytes":75464,"with_sdk_app_size_kb":1948,"with_sdk_executable_size_bytes":76360,"sdk_impact_kb":1864,"sdk_executable_impact_bytes":896,"xcframework_size_kb":9732} |
Background
What Has Changed
Checklist