I'm integrating your Heartbeat iOS SDK into our Ooyala Player SDK for
iOS. The integration is going really well, but I am having a problem
with the trackComplete event you expect when the playback is complete. I
think my code is correct, and I see in the Xcode logs that an event is
being sent. I've being checking Charles network logs too, and I've seen
video start, play, pause events, I haven't seen any event for complete
in Charles, so I don't know if that could be the problem. Maybe your SDK
i...