Status of writes capability in SDK?

I’m seeing writes work in iOS and fail on Android, and they are not even executed. OpenAI support bot states that writes are not enabled on any platform, but i don’t know if that’s the latest. Can someone confirm status?

Bot overlord says:
“If you are seeing write actions working on iOS, this is unexpected and not documented as intended behavior; the documented, supported platform for MCP tool writes is web only (not mobile)—which explains blocked writes on Android and web, but not on iOS. This likely reflects either an early/partial rollout or a temporary exception, not a supported configuration. Official policy is that MCP write actions are not supported on either mobile platform at this stage, only on web.”

Great breakdown :ok_hand:
I agree—this really looks like a partial or unintended rollout rather than a supported feature. The iOS vs Android difference is especially telling and reinforces why relying on undocumented behavior can be risky in production.

Good point about the support bot vs real-world behavior too. That mismatch often creates confusion for devs, so calling it out is helpful. Until there’s clear documentation or an official announcement, web-only writes seem like the safest path.

Would also be interesting to see if this behavior is consistent across different iOS versions or devices, or if it’s tied to a specific app build.

@coreyching any insights on this? it’s blocking app submissions.

Yeah, this lines up with what we’ve seen in other SDK rollouts. When something works on one platform but is blocked on another, it usually means it’s not officially enabled yet.

The web-only policy makes sense in that context, and the iOS behavior definitely feels more experimental than intentional. Until OpenAI documents mobile write support clearly, treating anything outside web as unstable is probably the safest approach.

If anyone has tested this on iPadOS or older iOS builds, real-world data there would be super useful.

Could be, but that means that apps like Canva which are clearly in the app store and have write enabled tools, knowingly aren’t supported?

Tell me all about these other SDK rollouts we’ve seen and in what ways this lines up.

interesting - writes do work in the Canva app on all platforms.

Over a month goes by….no response from support