AVPlayer does not play audio with url.

I created AVPlayer instance like this with an url.
[[AVPlayer alloc] initWithURL:soundURL];

And when I tried to play it, it never starts playing.
[self.avPlayer play];

This is working fine on simulator but not working on real devices.

I tested it with iPhone 10s, iOS 14 GM version.
If it works in the sim but not on device, please file a bug report using feedback assistant.
AVPlayer does not play audio with url.
 
 
Q