lecanhhiep
lecanhhiep
### Documented behaviour playbackState.add(playbackState.value.copyWith( controls: [MediaControl.play, MediaControl.skipToNext, MediaControl.skipToPrevious], processingState: AudioProcessingState.ready, playing: false, )); _player.pause(); // even with or without this line, play button on notification always disabled ### Actual behaviour...
I believe my code is correct because it works fine on iOS 16.3 and before. But after updating my iPhone to iOS 16.5, app stop working in background, it can...
Really appreciate if you know!
Hi, I'm new in Apple AR, come from Android ARCore.... I want to port my AR game to iOS by using this plugin. Do you have any idea to create...