Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create distributable Debug release for IOS react-native

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.

like image 860
Phil Avatar asked Dec 11 '17 11:12

Phil


1 Answers

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.

like image 122
parohy Avatar answered Oct 06 '22 21:10

parohy