Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Notification with player controls not showing in iOS 17 #1290

Open
MayurGadhiya opened this issue Jan 23, 2024 · 1 comment
Open

[BUG] Notification with player controls not showing in iOS 17 #1290

MayurGadhiya opened this issue Jan 23, 2024 · 1 comment
Assignees
Labels
new issue New issue which has not been checked yet

Comments

@MayurGadhiya
Copy link

MayurGadhiya commented Jan 23, 2024

I have integrated better_player v0.0.83. I need the player control notification on the notification centre and lock screen so for that I have notification configuration as below.

notificationConfiguration: BetterPlayerNotificationConfiguration( showNotification: true, title: selectedAudiobook.value?.title, author: selectedAudiobook.value?.authorName, imageUrl: selectedAudiobook.value?.thumbnailUrl, activityName: "MainActivity", ),

so setting the notification configuration as above works perfectly on android, but for iOS 17 its not working. I am not getting any notification for player controls.

Better Player version

  • Version: v0.0.83

Smartphone (please complete the following information):

  • Device: iPhone 11, iPhone 15
  • OS: iOS 17
@MayurGadhiya MayurGadhiya added the new issue New issue which has not been checked yet label Jan 23, 2024
@andes2912
Copy link

I have integrated better_player v0.0.83. I need the player control notification on the notification centre and lock screen so for that I have notification configuration as below.

notificationConfiguration: BetterPlayerNotificationConfiguration( showNotification: true, title: selectedAudiobook.value?.title, author: selectedAudiobook.value?.authorName, imageUrl: selectedAudiobook.value?.thumbnailUrl, activityName: "MainActivity", ),

so setting the notification configuration as above works perfectly on android, but for iOS 17 its not working. I am not getting any notification for player controls.

Better Player version

  • Version: v0.0.83

Smartphone (please complete the following information):

  • Device: iPhone 11, iPhone 15
  • OS: iOS 17

Same issue in Andorid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new issue New issue which has not been checked yet
Projects
None yet
Development

No branches or pull requests

3 participants