6

Is it possible to create a distributable ".ipa" file for IOS as you would with android? Is there a react-native CLI command for this?

I would like to be able to share an application I'm working on with some testers and no idea on how to do this on IOS.

1 Answer 1

1

We use hockeyapp for this on both platforms. It has API as well which you can connect to your continuous integration to upload builds and name them automatically. You can upload and edit manually of course. From there the users can download/update the latest builds like on store.

Sign up to request clarification or add additional context in comments.

2 Comments

would this work for applications built with react-native init?
It works on any application setup. All you have to do is to upload .ipa or .apk.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.