plain-traffic-66860
06/04/2026, 7:27 AMflaky-noon-11399
06/04/2026, 9:12 AMWeb and Native SDK is filtered to Native, a feature assigned only to one project will only appear in that one SDK payload.
For shared flags, create something like a Shared or Cross-platform project, assign the shared feature to that project, then include that project in both SDK connections alongside the platform-specific project.
That way:
• Web receives Web + Shared flags
• Native receives Native + Shared flags
• Neither receives all unrelated flagsplain-traffic-66860
06/04/2026, 9:19 AMflaky-noon-11399
06/04/2026, 9:21 AM