문제

I have an app for android that uses GAE endpoints. This application is free but I have to make a paid version with some extra features. The problem is that two different applications and would not know how to connect a second application with the same endpoints. How can I create a second android project to share endpoints of the first application and can access the same API on the backend?

thanks

도움이 되었습니까?

해결책

You need to create a client id for your second app in your api console, in the same manner as your first app. Then in your endpoints backend code, modify your endpoint annotations to include the id for your second app in the audience and client ids list along with your first app

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top