Originally created by @benonymity on GitHub (Apr 3, 2022).
Steps to reproduce
Check "Your Stats" page on server
Play audiobook on iOS app for any amount of time
Check "Your Stats" again, no time has been recorded
Expected behaviour
Listening to audiobook on mobile iOS app should sync progress and listening activity to the server.
Actual behaviour
Any time spent listening on the app does not appear in the statistics page of the server, so the listening isn't being reported somehow? When using web browser to listen, even on mobile, statistics do get reported and synced to the server, but not when using the app.
Environment data
Audiobookshelf Version:
iOS App 0.9.40-beta
I don't have an android device to test, but I'd imagine the issue would also manifest itself there as that section of the codebase is probably shared, right? Can anyone confirm that?
iOS Issue
iOS Version: 15.4.1
iPhone model: iPhone SE 2020
Originally created by @benonymity on GitHub (Apr 3, 2022).
### Steps to reproduce
1. Check "Your Stats" page on server
2. Play audiobook on iOS app for any amount of time
3. Check "Your Stats" again, no time has been recorded
### Expected behaviour
- Listening to audiobook on mobile iOS app should sync progress and listening activity to the server.
### Actual behaviour
- Any time spent listening on the app does not appear in the statistics page of the server, so the listening isn't being reported somehow? When using web browser to listen, even on mobile, statistics do get reported and synced to the server, but not when using the app.
### Environment data
Audiobookshelf Version:
iOS App 0.9.40-beta
I don't have an android device to test, but I'd imagine the issue would also manifest itself there as that section of the codebase is probably shared, right? Can anyone confirm that?
#### iOS Issue
iOS Version: 15.4.1
iPhone model: iPhone SE 2020
adam
added the bug label 2026-04-24 23:06:27 +02:00
This is a known bug. We are currently rewriting the native audio players to handle the syncing themselves
@rasmuslos commented on GitHub (Apr 3, 2022):
This is a known bug. We are currently rewriting the native audio players to handle the syncing themselves
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @benonymity on GitHub (Apr 3, 2022).
Steps to reproduce
Expected behaviour
Actual behaviour
Environment data
Audiobookshelf Version:
iOS App 0.9.40-beta
I don't have an android device to test, but I'd imagine the issue would also manifest itself there as that section of the codebase is probably shared, right? Can anyone confirm that?
iOS Issue
iOS Version: 15.4.1
iPhone model: iPhone SE 2020
@rasmuslos commented on GitHub (Apr 3, 2022):
This is a known bug. We are currently rewriting the native audio players to handle the syncing themselves
@benonymity commented on GitHub (Apr 17, 2022):
Seems to have been implemented in the latest iOS player commits. Thanks!