Is it possible to create a Google App application server?

I am developing an Android application (along with an API server) with plans to promote it through App Invites .

Currently, I see how to create and send an invitation from the installed application (using the appropriate intention, the application user will turn into an email or sms link).

But can I create such a link separately, on my server side? To register this link in the Google API and send it yourself so that it works only if it was created in the application?

+5
source share

Source: https://habr.com/ru/post/1232826/


All Articles