thilankadoo
thilankadoo

Reputation: 3

How to publish a react native app to test flight from in windows 10

I need to publish my react native application to test flight from windows environment

Upvotes: 0

Views: 1930

Answers (1)

Yuri Tinyukov
Yuri Tinyukov

Reputation: 144

You can't do it on Windows 10. You need XCode to archive the app and send it to ITunes, where you can use tesflight

Actually, you can't even run the iOS app on Device without XCode. https://facebook.github.io/react-native/docs/running-on-device#docsNav

Upvotes: 1

Related Questions