Home > Mobile >  react native how to generate .IPA file for iphone real device
react native how to generate .IPA file for iphone real device

Time:07-21

so I want to generate.IPA file and send it by email to another use so he can test the app on IOS device

I try to generate.IPA file with archive and then send the.IPA file

but it is not working

1

2

CodePudding user response:

You can not directly install ipa like apk in android. You can use 3rd party distribution. You have to upload your ipa on installOnAir or diawi

and it will generate a link open that in your phone and that will have install button there and you can install app on your phone

Note: you will only be able to app on devices which UDID's are added in App Store

  • Related