UE4.3 Preview - Unable to find UE4Game.mobileprovision?

Hey all,

I am trying to deploy a test project onto my IOS device (From windows) using the latest 4.3 preview build, but I keep hitting the same error when trying to launch through the editor.

LogPlayLevel:Display: IPhonePackager: IPP ERROR: Could not find UE4Game.mobileprovision in C:\Program Files\Unreal Engine\4.3\Engine\Build\IOS (error: ‘Could not find file ‘C:\Users\USER\Documents\Unreal Projects\BlackJack 4.3\Saved\StagedBuilds\IOS\embedded.mobileprovision’.’). Please follow the setup instructions to get a mobile provision from the Apple Developer site.

I have created a new UE4Game.mobileprovision and put it in ‘\Unreal Engine\4.3\Engine\Build\IOS’ folder, but it doesnt seem to know its there.

I am wondering if I am missing a step or if there is different steps that need to be followed to deploy from windows?

Thanks!

Hi! You have to put your .mobileprovision file in C:\Users\ YOUR_USERNAME \AppData\Local\Apple Computer\MobileDevice\Provisioning Profiles.
Just type %appdata% in explorer address field to get there.
The name of the file doesn’t have to be exactly “UE4Game.mobileprovision”.

Great! Everything seems to be working!

Thanks heaps Rocketman!