↧
Answer by Leon Nicholls for Getting confirmation that user listened to a lesson
Is it feasible to track this in your media server? Each mp3 file request could be tagged with the user id and then as the assistant server completes the playback you will have a confirmation that at...
View ArticleGetting confirmation that user listened to a lesson
I'm working on an app that provides a set of audio lessons to users. Once user listened to a lesson I want to mark it as completed. The challenge is that I don't get any notifications once the user...
View Article