I'm trying to find the last time a podcast was played using MPMusicPlayerController.
Using the built in iPod player on iOS, when a podcast is played and then the user changes to a different media item (could be a song, podcast, audiobook, etc.) the system remembers where the podcast was left and when it is replayed it will play it from that moment.
Is there any way to access this information? In my app, I have a user select a podcast but it always plays from the beginning and not from where it last left off.
Any ideas?