Search Unity

Implementing App Invites by Google

Discussion in 'Android' started by rxmarccall, Jun 3, 2015.

  1. rxmarccall

    rxmarccall

    Joined:
    Oct 13, 2011
    Posts:
    353
    I was wondering if it is possible to implement "App Invites" by google into our Unity apps?

    You can read about it here: https://developers.google.com/app-invites/

    Something I am lacking is a general understanding of how many of these SDK's can be implemented into an app. For example there are all kinds of ad platforms with their own SDKs. Are these type of things included in the Unity project somehow? Or do you add them to your .apk after you build with Unity?
     
  2. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    There isn't seem to be any "official" plugin for adding this functionality to Unity, but since there's native (Android and iOS) support for it, you can probably create your own code for interfacing with the native libraries that enable app invites.

    I am experienced with Android, just in case you'd like to add that functionality and don't know where to start.