在每个版本中,google都会在其服务器上启动10多个我的应用程序实例,从而在该服务器上创建10个用户。 我该如何预防呢?我应该通过ip过滤那些请求还是其他解决方法? 我是唯一开发和测试此应用的人。
文件格式:aab,测试类型:内部测试
//pseudo code
var pac = PlayerPrefs.GetString("playerAccessCode");
if(!string.IsNullOrEmpty(pac)) {
//call http service and make new player
}