Is there an API to add a google classroom share button in iOS? I only see a Javascript example on the guides, and the iOS API doesn't say anything about a share button.
Thanks!
Is there an API to add a google classroom share button in iOS? I only see a Javascript example on the guides, and the iOS API doesn't say anything about a share button.
Thanks!
There's no iOS SDK, but you can use URLs of the form https://classroom.google.com/share?url=https://foo.com/ to share content. (Using the system browser might work better than a WebView because the user is more likely to be logged in there.)