Everyplay / everyplay-ios-sdk

Everyplay SDK for iOS
https://developers.everyplay.com
92 stars 31 forks source link

Delegate for sharing on social media sites #12

Closed thekie closed 8 years ago

thekie commented 10 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

paugit commented 8 years ago

You can detect a share by using the everyplayUploadDidComplete:(NSNumber *)videoId delegate method. Unfortunately it does expose the share type.