I've prepared a minimal project where you can reproduce the issue. If you fill all the fields in the default order, the prompt doesn't show. If you either remove the email field or move it before the login field and then fill in the form, the prompt shows.
https://github.com/okycelt/SavePrompt
Hi Rico, thanks for the quick response. I've managed to get the channel count for the current audio from AVPlayerItem.tracks, but I would like to get that info for all available audio tracks. If I understand correctly, it should be possible to use AVAsset.tracks, AVAsset.load(.tracks), or AVAsset.loadTracks(withMediaType: .audio), but they always return an empty array. Is there another way?
@jooyoungho, I'm seeing the "multiple screens being popped when using the back gesture" issue on iOS 18 even in a build from Xcode 15.4 (installed via TestFlight). The same build is working fine on iOS 17. Is it the same for you?
I've prepared a minimal project where you can reproduce the issue. If you fill all the fields in the default order, the prompt doesn't show. If you either remove the email field or move it before the login field and then fill in the form, the prompt shows.
https://github.com/okycelt/SavePrompt
Hi Rico, thanks for the quick response. I've managed to get the channel count for the current audio from AVPlayerItem.tracks, but I would like to get that info for all available audio tracks. If I understand correctly, it should be possible to use AVAsset.tracks, AVAsset.load(.tracks), or AVAsset.loadTracks(withMediaType: .audio), but they always return an empty array. Is there another way?
@jooyoungho, I'm seeing the "multiple screens being popped when using the back gesture" issue on iOS 18 even in a build from Xcode 15.4 (installed via TestFlight). The same build is working fine on iOS 17. Is it the same for you?