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.
[[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.