Hi all! Not sure if it was already asked but is th...
# kotlin-native
j
Hi all! Not sure if it was already asked but is there any consideration to take into account if I want to publish an iOS app to the Apple Store using a framework generated from Kotlin Native? what about bitcode? Is there something special to set in the gradle config for this framework? I just want to avoid having issues with the App being rejected from Apple Store because the framework doesn’t comply something. Thoughts?
l
There's already a way to enable bitcode for generated frameworks (although it's not proper bitcode, it is enough to pass App Store validation). 1.3.50 should bring proper bitcode (not sure if it'll be enabled by default though)
j
Thanks @louiscad. And do you know if there is any other consideration to take into account to avoid any issue by publishing the app with this framework?
b
Ours is in the App Store without bitcode, though I believe we explicitly disabled it
🎉 1
l
@juancho Reading and complying to the other rules, but there's nothing Kotlin specific AFAIK. There's already a bunch of apps using Kotlin in the App Store.
j
Good, so sounds that there is nothing specific to do for this, which is a great news
a
hi! we already publish 3 apps to ios appstore with kotlin/native framework inside and full process of publishing & review not have issues. just like other ios apps
🎉 2
k
We’ve published a couple without issue, and I’ve done a test with bitcode “enabled”, and it pushed to itunes connect (@louiscad mentioned above). I didn’t try to get that one approved, though.
👍 1
j
Thanks @kpgalligan! I want to make sure about this as we want to include a framework like this into a client app that has millions of users so the impact could be huge if we fail in this one as the turn back would be really costly