Ionic deploy and dynamic UI

I know ionic deploy is still alpha, but did anyone do any production apps with it? any expierence to share? Will the app be accepted in appstore?

I’m prototyping an app where some of the UI will be static (neeeds deploy to change) and some of the UI will change frequently.
I’m guessing that ionic deploy will do the job but putting alpha in production is risky. My other option is to fetch ionic html from a web server and inject it in to the app, or even in a iFrame. Anyone did this sort of thing?