Is Google Play Leaderboards suitable to rank users of my application according to their in-app purchases?

纵然是瞬间 提交于 2020-01-06 07:55:34

问题


Users can make in-app purchases in the application of my firm and fix the amount by themselves (I use Google in-app purchases API). They sign-up and sign-in thanks to Google Sign-in API, with and only with their Google Account (no Facebook, no Twitter, etc.).

The client asked us to set up a leaderboard. Users who spent the most are first. Users who made cheap purchases are last.

The application isn't a game. So it should not be bound to Google Play, in terms, for example, of Android permissions when the user downloads or uses the application (according to his version of Android). However it can be bound to Google Play if it's technically necessary.

To set up leaderboards, I used to make use of Google Play Leaderboards (https://developers.google.com/games/services/common/concepts/leaderboards).

However, since I must rank users according to the amounts they spent in in-app purchases, should I use Google Play Leaderboards or there is some reasons I shouldn't?

来源:https://stackoverflow.com/questions/54268617/is-google-play-leaderboards-suitable-to-rank-users-of-my-application-according-t

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!