We have Unreal 4.9.2
We tried to create an IPA with unreal editor on mac.
Compiling cpp source files was done well, then cooking was also done well.
But after this, remaining tasks were never finished.
We had been waited for over 10 hours, but we couldn’t see SUCCESS message.
Notable error message was
“LogHttp:Warning: didFailWithError. Http request failed - The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. http://etsource.epicgames.com/ET2/CollectData.1?SessionID={CF45C90B-E74E-4CB1-CA44-DF840F903DBC}&AppID=UEEditor.UnrealEngine.Release&AppVersion=4.9.2-0%2B%2B%2Bdepot%2BUE4-Releases%2B4.9&UserID=427d1d204a4b39c02906b39ad87a03fb|de15a6035e3f4a90a94291709bd034b1|B8E7508D-E1B0-5F69-989D-383924464737: 0x7ffac1b747d0”
We saw dozens of these messages.
We tried to solve this error, so added below option. But we can still see this message.
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Creating an IPA was successful several weeks ago.
We’re not sure… just… at that time, Unreal version wasn’t 4.9.2… We didn’t use ios 9 at that time… we don’t know.
We can create an IPA with sample projects. So we think the engine we have is not broken.
We can also create an APK.
We tested with removing many resources because we assumed the count of files made problems.
But this wasn’t helpful.
Can you give us advice for this?
Any mention would be helpful to us.