OM SDK intergration for iOS - #95
Conversation
|
Claude finished @JakubMrozek's task in 2m 16s —— View job Code Review: OM SDK Integration for iOS
Overall this is a clean, well-structured implementation that follows IAB OM SDK patterns. A few issues are worth addressing before merge. Issues1.
2. Possible double-injection of In 3.
Observations / Non-blocking4.
5. Potential double
6.
7. Using the 8. tvOS slices in the xcframework The committed xcframework includes |
|
Claude finished @JakubMrozek's task in 3m 11s —— View job Code Review: OM SDK Integration for iOS
Overall this is a clean, well-structured integration that correctly follows the IAB OM SDK HTML display path. The key issues from the previous review are still present; adding some new observations from a deeper read. Issues1.
2. In 3. Possible double-injection of
4.
5. Magic string
let omErrorType: OMIDErrorType = errorType == "video" ? .media : .genericThe string Observations / Non-blocking6.
activeOMSession.retire()
activeOMSession.finish()
7. Double
8. OM not started for non-
9. Upstream webview backend silently no-ops all OM methods
10. tvOS slices in xcframework add binary weight for no benefit The xcframework includes |
- Replace OMSDK_Megabrainco.xcframework with OMSDK_Kontextso.xcframework - Update all OMIDMegabrainco* class references to OMIDKontextso* - Update partnerName to "Kontextso" in OMConstants.swift - Update omsdk-v1.js to v1.6.4 - Update podspec vendored_frameworks and linker flags Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@phiviet01 Merged to v4 (different repo) |
No description provided.