https://kotlinlang.org logo
t

Tlaster

09/02/2022, 7:25 AM
How to get compose iOS app signed properly and upload to testflight/appstore?
n

Nikita Lipsky

09/02/2022, 7:58 AM
Sounds like a blog post :)
d

Dima Avdeev

09/04/2022, 3:10 AM
While the technology is experimental and there is no convenient way to publish. It is possible to install on the phone: https://github.com/JetBrains/compose-jb/tree/master/experimental/examples/falling-balls-mpp#prepare-xcode-to-launch-on-ios-device
t

Tlaster

09/05/2022, 4:15 AM
I found out that the project id that xcode create must match the id in compose project, otherwise it will failed to install with
A valid provisioning profile for this executable was not found
error.
d

Dima Avdeev

09/05/2022, 4:28 AM
t

Tlaster

09/05/2022, 4:31 AM
yes, it seems that compose combine the bundleIdPrefix and projectName as bundle identifier, and it needs to match the bundle identifier in the xcode project.
d

Dima Avdeev

09/05/2022, 4:33 AM
Yeah, thanks for this investigation
11 Views