Post

Replies

Boosts

Views

Activity

Reply to Instruments Network: Background URLSession instance appears not to complete
What I really wanted to ask is the following: When communicating using a background URLSession and calling session.finishTasksAndInvalidate() after the communication is complete, the “Success” status for the corresponding URLSession in Instruments’ Network tab does not become either “Yes” or “No”. In this situation, since the communication is complete, can we say that the session on the device side is fully closed? This phenomenon occurs regardless of whether multiple instances are created; it also happens even when communication is performed only once after launching the app.
Jun ’25