Posts

Post not yet marked as solved
0 Replies
1.7k Views
I was finally able to get my project to build in Unreal Engine.... buuut... Application Loader won't accept it to the App Store. I'ts an iOS app made for Distribution.Here's What I HaveApple Resources (image: https://i.imgur.com/RaY3bqe.jpg)- Intermediate Certificate- iOS Distribution Certificate + Key- App ID | Type: explicit | “com.CompanyName.appName”- Provision Profile | Platform: iOS | Type: App Store- Keychain | Intermediate Certificate + iOS Distribution Certificate + Key- App Store Connect Project with "appName" and matching Bundle ID selected.How I made my Certificate- Keychain Access > Certificate Assistant > Request a Certificate From a Certificate Authority… It made a CSR and key- I used the CSR to make the iOS Distribution certificate at developer.apple.com- Downloaded certificate, drag and dropped into the keychain I made “UnrealEngineiOS”.Unreal Engine Settings (image: https://i.imgur.com/bHvsvDA.jpg)- Provision, Certificate are valid- Bundle Info is named exactly how I named my certificate,provision,ID. (case sensitive)- Automatic Signing | off- Build Configuration | ShippingOk so… I used that to attempt to package in Unreal on my macbookStepsUnreal Engine > File > Package Project > iOSMessage Log: Provision not found. A provision is required for deploying your app to the deviceMessage Log: Signing key not found. The app could not be digitally signed, because the signing key is not configuredUnreal Engine > Project Settings > iOS > Build > Automatic Signing | OnUnreal Engine > Project Settings > iOS > Build > iOS Team ID | I enter my team IDUnreal Engine > File > Package Project > iOSBuild Success! appName-IOS-Shipping.ipa is created. I'm very excited at this point "omg it finally worked"Xcode > Open Developer Tool > Application Loader | I choose my ipa fileApplication Loader: “Reviewing your applications...”Application Loader > NextApplication Loader: “Adding application”, “verifying assets with the App Store”Application Loader error:ErrorERROR ITMS-90161: “Invalid Provisioning Profile. The provisioning profile included in the bundle com.companyName.appName [Payload/appname.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal.”How do I get the App Store to accept my ipa file? What am I doing wrong?
Posted
by delicinq.
Last updated
.