Reputation: 6249
In the section "The iOS Screenshot/Splash Screen Process" of the Codename One manual, it's written that it's possible to disable the screenshot process only on debug builds.
Suppose that I want to disable at all the splash screen functionality also on production builds: what does it happen if I replace all the ten iOS Device Screenshots with fully transparent pngs in the native/ios directory in my project?
At the moment, I haven't an iPhone, but only Android devices, so I cannot test what I've just suggested.
Upvotes: 1
Views: 200
Reputation: 52760
You can disable it without screenshots only for debug builds but if you provide ready made splash screens for all the resolutions/orientations in the native/ios
directory the screenshot process shouldn't happen.
Upvotes: 1