{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreiajlk7d3ldedh26o22hnalqqxh33tqor5rsn5ijyq7fqxit4kas7u",
"uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mpdkudzlgm62"
},
"path": "/t/ios-app-never-invokes-actions-while-desktop-works-perfectly/1385118#post_1",
"publishedAt": "2026-06-28T07:50:45.000Z",
"site": "https://community.openai.com",
"textContent": "I’m seeing what appears to be an iOS-specific issue with GPT Actions.\n\nEnvironment:\n\n * Custom GPT using Actions (OpenAPI)\n * Desktop ChatGPT: Works correctly\n * ChatGPT iOS app: Does not work\n\n\n\nObserved behavior:\n\n * The iOS app never attempts to invoke the action.\n * No HTTP request reaches my server.\n * There are no entries in my server logs.\n * Desktop immediately invokes the same action using the same GPT and same account.\n\n\n\nThis suggests the model never decides to call the tool rather than the request failing after invocation.\n\nI’ve confirmed:\n\n * OpenAPI schema is valid.\n * Authentication is correct.\n * Endpoint works.\n * Desktop consistently invokes the action.\n\n\n\nHas anyone else seen the iOS app skip Actions entirely?",
"title": "iOS app never invokes Actions, while desktop works perfectly"
}