iOS deployment issue

Hi !

I am trying to package and to deploy my project, on iOS device, but i’ve many issues.

I followed this : iOS Quick Start | Unreal Engine Documentation

but i’m stuck on step 6. “iOS Provisioning - Create and Import Provisioning”

When I go on IOS Provisioning Profiles page, I’ve an error ( authorisazion )

I don’t find the “+” button for add a new profile.
My only solution, is to buy a licence "Apple Developer Program " for… 99$

We can’t try our unreal project on iOS without to buy a licence ?

When I try to package my project, I’ve this message :
“Provision not found. A provision is required for deploying your app to the device.”

Thanks
Alec

My understanding is you’ll need a licence. Then you need to whitelist any devices you want to develop on by generating the provisioning certificates (details available at https://developer.apple.com/).

You can use Mobile Preview (found under the Play button) to give yourself some idea of how it would work on iOS. You can also switch mouse to go through the touch interface under project settings, which is useful for making sure my input system just worked ™ on actual touch devices (though in practice you are likely to want to add special touch vs mouse interfaces in the long run).