What app.json properties can be delivered OTA?

It seems like certain app.json configurations such as androidStatusBar, orientation can take effect OTA to a standalone app, while other configurations like permissions requires rebuilding and distributing the apk.

Can this information (whether the attribute takes effect OTA) be included in the app.json doc?

1 Like

That’s a good point. I think generally things under the ios and android keys need to be specified at build time but that rule isn’t perfect. We can work on improving those.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.