I am currently working on an AR app using unreal 5.3.2.
I have successfully build apk for android.
For IOS i have been able to build .app file and i am not getting how can i build .ipa file an test the app on my iPhone or iPad.
Can some explain what to do
Both can be done within XCode.
Creating the .ipa
- open your project in Xcode
- in Xcode select Product>Archive
- select your latest archive and then ‘Distribute App’
- as method for distribution select ‘debugging’ and distribute
- select export to create a folder with the created .ipa file
Deploy .ipa to device
- hit shift+cmd+2 in Xcode to open devices tab
- select your physical device
- drag and drop your .ipa to the list of installed apps
1 Like