Certificates and moblie provision issue

Try to compile test project for iOS and have troubles

OS: Windows 8.1 64bit
UE: 4.14
Code: blueprint only (SideScroller template)
Apple: valid developer program

I completly follow steps (Setting Up an Unreal Engine Project for iOS | Unreal Engine 5.0 Documentation) and generate certificate and mobile provision profile. But i can’t install mobile provision for my project. I regenerate multiple times certificate, mobile provision profile and appid in Apple dev acoount but without luck. Always in the project setting i have error:

“No valid Certificate found”

Also IPhonePackager dont’s show me green status after import mobile provision profile and certificate.

How to solve this problem?

[SOLVED] :slight_smile:

  1. Specify project name in UE project settings exactly as your App Id after last dot. testgame for mine
  2. Rename uproject to “testgame.uproject” (optional)
  3. You don’t need import certificate and mobile provision via IPhonePackager. I do import inside UE editor

profit =)