What to name the iPad Pro launch image?

Yes I tried compiling the storybord file into a NIB but it produced a small NIB file that did nothing when added to my app.

My workaround was to copy a XIB from an older project by using File --> Duplicate and copying it to the current project’s Base.lproj folder. That worked for me.

In the docs there maybe is a spelling error for the big launch images…

https://docs.coronalabs.com/daily/guide/distribution/buildSettings/index.html#launchimage

Shouldn’t it be

Default-Landscape-1336@2x.png

and

Default-Portrait-1336@2x.png

instead of the endings 1366@2x.png?

The iPad Pro is 2732 x 2048. 2732 / 2 = 1366.

Rob

Is your post from above old then and the info in the docs is the actual name? Or is both working?

https://forums.coronalabs.com/index.php?app=forums&module=post&section=post&do=reply_post&f=86&t=59959&qpid=312377

Thank you!

No, it was a typo. The code had it right all along. I fixed the typo.

In the docs there maybe is a spelling error for the big launch images…

https://docs.coronalabs.com/daily/guide/distribution/buildSettings/index.html#launchimage

Shouldn’t it be

Default-Landscape-1336@2x.png

and

Default-Portrait-1336@2x.png

instead of the endings 1366@2x.png?

The iPad Pro is 2732 x 2048. 2732 / 2 = 1366.

Rob

Is your post from above old then and the info in the docs is the actual name? Or is both working?

https://forums.coronalabs.com/index.php?app=forums&module=post&section=post&do=reply_post&f=86&t=59959&qpid=312377

Thank you!

No, it was a typo. The code had it right all along. I fixed the typo.