iOS 18.5 update live streaming bug

Our app supports live streaming (RTSP, RTMP, WebRTC) functionality.

After updating to the 18.5 Developer Beta version, we’ve encountered an issue where streaming over LTE is not working for customers using SKT (SK Telecom) as their carrier.

Upon investigation, it seems that a similar issue might be occurring with a streaming service app called "SOOP."

I would appreciate it if you could share any information regarding this bug.

Thank you.

Answered by DTS Engineer in 835192022

You have a couple of options here:

  • You can file a general compatibility bug saying that iOS 18.5 beta broke your app.

  • You can investigate what’s actually happening within your app to see what’s gone wrong specifically.

I recommend the second option. This could actually be a bug in your code that happens to be exposed by a change to some implementation detail within iOS. If that turns out to be the case, you have the ability to fix this yourself. Even if that’s not the case, and you think this is a bug in iOS 18.5 beta, then you’ll be able to file a more focused bug report, which is much more likely to get traction.

If you do file any bug reports as a result of this, please post your bug numbers, just for the record.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

You have a couple of options here:

  • You can file a general compatibility bug saying that iOS 18.5 beta broke your app.

  • You can investigate what’s actually happening within your app to see what’s gone wrong specifically.

I recommend the second option. This could actually be a bug in your code that happens to be exposed by a change to some implementation detail within iOS. If that turns out to be the case, you have the ability to fix this yourself. Even if that’s not the case, and you think this is a bug in iOS 18.5 beta, then you’ll be able to file a more focused bug report, which is much more likely to get traction.

If you do file any bug reports as a result of this, please post your bug numbers, just for the record.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

iOS 18.5 update live streaming bug
 
 
Q