Posts

Post not yet marked as solved
0 Replies
127 Views
Hi, I need to release IPA via TestFlight and currently have a weird problem with the Transporter app. I uploaded an IPA file to Transporter and I got the message: "Delivered - The following apps have been delivered to App Store Connect" It's been 5 days now that the IPA file is not reflected on the App Store Connect and the "Prepare for Submission" status is displayed. Attaching the upload logs of the Transporter. Transporter-Logs.txt Please provide suggestions or alternatives so I can upload my app.
Posted
by NageshD.
Last updated
.
Post not yet marked as solved
1 Replies
519 Views
Our application connects to a local WiFi (using TCPClient) for data communication purposes. But in iOS 14 the connection fails completely because two processes take place at the same time: TCP client initialization Current network permissions. So the connection to the local network is blocked until we reopen the application. To avoid this, we're doing a hack: Pinging to a local IP address triggers the current network permissions (this is done in the OnAactivated() method of AppDelegate). The connection only works properly if it is connected to that particular network otherwise it fails. Has anyone faced this issue before?
Posted
by NageshD.
Last updated
.