Closed thekie closed 8 years ago
Hello. I read this:
https://developers.everyplay.com/faq#everyplay-functionality_12.-is-it-possible-to-detect-when-the-user-shares-their-video-via-facebook/twitter/youtube,-so-we-can-reward-them?
I am unable to find delegate methods to implement, which notify me when the user shared a video on Facebook, YouTube or Twitter. I've just found the delegate methods to detect if the user uploaded a video.
Kind regards, Daniel
You can detect a share by using the everyplayUploadDidComplete:(NSNumber *)videoId delegate method. Unfortunately it does expose the share type.
Hello. I read this:
https://developers.everyplay.com/faq#everyplay-functionality_12.-is-it-possible-to-detect-when-the-user-shares-their-video-via-facebook/twitter/youtube,-so-we-can-reward-them?
I am unable to find delegate methods to implement, which notify me when the user shared a video on Facebook, YouTube or Twitter. I've just found the delegate methods to detect if the user uploaded a video.
Kind regards, Daniel