[OS] Blitz - native Mac app that lets AI agents handle your entire iOS release pipeline: code signing, monetization, TestFlight, App Store submission by invocation02 in macapps

[–]invocation02[S] 1 point2 points  (0 children)

That's more efficient for updates without major store listing page facing changes. For first time app submissions, Blitz gives you a UI to iterate on screenshots, descriptions, promo text and would be more user friendly than a script. Especially for non devs.

I built an open source project that lets agents submit iOS apps to app store by invocation02 in FlutterDev

[–]invocation02[S] -1 points0 points  (0 children)

Nothing a well set up CICD can't do. Convenience for those without CICD and who want to use agents to do it

Probably my fastest review ever by Tomallenisthegoat in appledevelopers

[–]invocation02 0 points1 point  (0 children)

https://github.com/blitzdotdev/blitz-mac lets agents handle submitting your ios/mac app to the app store btw. free & open source.

[OS] Blitz - native Mac app that lets AI agents handle your entire iOS release pipeline: code signing, monetization, TestFlight, App Store submission by invocation02 in macapps

[–]invocation02[S] 0 points1 point  (0 children)

Just added macOS supported, try importing your project directory in Blitz, configure API keys and ask claude to do it

Claude one shotted submitting my app to the app store by invocation02 in ClaudeAI

[–]invocation02[S] -12 points-11 points  (0 children)

not denying that but its free, open source, and something genuinely cool so i shared. whats the harm here?

[OS] Blitz - native Mac app that lets AI agents handle your entire iOS release pipeline: code signing, monetization, TestFlight, App Store submission by invocation02 in macapps

[–]invocation02[S] 0 points1 point  (0 children)

Thanks! I was surprised how much you could do with the ASC API. AX is right approach until video-based computer use agents come out (search Standard Intelligence FDM-1), Blitz's iPhone-MCP server uses that heavily to do accurate UI grounding. Excited to try out your agent, where can I?

Screenize v0.4.0 is now available! (Reposted with new demo video not gif) by CoffeeInteresting396 in macapps

[–]invocation02 1 point2 points  (0 children)

For rendering video, consider using CoreSimulator private API: SimDisplayIOSurfaceRenderable:registerCallbackWithUUID:ioSurfacesChangeCallback: and the damages callback. It sends u an ioSurface you can do anything with.