How do I set an IOS provisioning profile?

So I was using an old iOS provisioning profile until i needed to use one for distribution of my app, but can not find a way to set the correct one.

I have been struggling with this for the last few days. Thanks.

As of 4.7.x version of UE4 when you set the bundle identifier ue4 load correct provision.So you need to know which is bundle identifier for that provisioning profile and it will be loaded.

Thanks for replying.

So, I tried this, and the bundle id matches the profile I want but it still is using the same profile… The wrong one, and it does not match the new bundle id that I set.

Now what do I do?

Open xcode, go to preferences and delete provisioning files. Provisioning files are beign managed by xCode

how do i get to my profiles in Xcode? i looked under preferences and did not see anything.

hi, i found all my provision files. here is how to:

  1. open xCode and go to preferences
  2. At accounts tab, on bottom right is a a table with “Name” and under it should be your name
  3. Click on your name and click “view details”
  4. New window will be open, and there will be provisioning files under it.
  5. Right click on provisioning file and “Show in finder”.
    Solution 1: Delete all files you dont need. I did this and i have no problems using ue4 or anything else (can not recommend this action)
    Solution 2: Cut/move files from there into some other folder and ue4 will be left with only 1 provisioning file that suites you.

Thanks, so much for all your help and patience.

So went through the steps you provided and now the provisioning file is no longer in the engine. but now the provisioning file i want is not green, as seen here:

Do i need to set something to distribution, or shipping so that the engine can use this file?

yout bundle identifier is wrong (:
it is com.companyName.productName
so it should be: com.HappyPixelGames.SumoFallSkies and the provisioning file will turn green. If still expirience same problem import same Provsioning file again

How do I do this same thing but on a windows PC?