[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-21 Thread jtoolsdev
Really?  If you know Android programming then HTML5 and Javascript should 
be a piece of cake.  And you probably don't need much knowledge of that to 
change the example for your app.  You can set up a server on your machine 
to test. There's this thing called Google where you can search for that 
info.  Maybe you can use Github too.  I think the example explains how to 
do that but I just used my own web site.

Just knowing Android programming is not going to help you survive in the 
tech world.

On Friday, March 20, 2015 at 4:23:01 AM UTC-7, saex wrote:

 I dont have a web server, so i can't install that web tools, also i dont 
 know anything about web programming, node.js etc... i'm just android 
 developer.

 How it is supossed android developers must be capable to do all that stuff 
 to delete a hack score on their leaderboards? i am just astonished 

 El miércoles, 18 de marzo de 2015, 19:47:28 (UTC+1), jtoolsdev escribió:

 And here's the web tools (I thought it was also in the prior package but 
 its not).
 https://github.com/playgameservices/management-tools

 On Wednesday, March 18, 2015 at 11:43:40 AM UTC-7, jtoolsdev wrote:

 Try here:
 https://github.com/playgameservices/android-basic-samples


 On Wednesday, March 18, 2015 at 6:57:45 AM UTC-7, saex wrote:

 emmm... what? a web app? test scores?

 I can't find any web app and also who has talked about test scores? i 
 am talking about a cheat score, the game is published for months and the 
 leaderboard too.

 El martes, 17 de marzo de 2015, 19:53:44 (UTC+1), jtoolsdev escribió:

 There's a web app that Google provides source for that will allow you 
 to delete the test scores.  Just look through the docs for the game 
 services and you'll find it.

 On Tuesday, March 17, 2015 at 8:04:15 AM UTC-7, saex wrote:

 I have a fake score in my leaderboard, exists a way to delete it? I 
 only can see how to delete the entire leaderboard, but i just want to 
 delete one score...

 how can this be achieved?

 tamper protection it's active but not hidding the fake score. 
 Normal top scores are over 300 points, and the fake score is 
 1.400.000.050 
 points or something like that

 thanks

 PD: exists a google groups forum for google play services problems? 
 or google play game services problems? i know that exists an official 
 google group for admob but can't find it for google play game services...



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-20 Thread saex
I dont have a web server, so i can't install that web tools, also i dont 
know anything about web programming, node.js etc... i'm just android 
developer.

How it is supossed android developers must be capable to do all that stuff 
to delete a hack score on their leaderboards? i am just astonished 

El miércoles, 18 de marzo de 2015, 19:47:28 (UTC+1), jtoolsdev escribió:

 And here's the web tools (I thought it was also in the prior package but 
 its not).
 https://github.com/playgameservices/management-tools

 On Wednesday, March 18, 2015 at 11:43:40 AM UTC-7, jtoolsdev wrote:

 Try here:
 https://github.com/playgameservices/android-basic-samples


 On Wednesday, March 18, 2015 at 6:57:45 AM UTC-7, saex wrote:

 emmm... what? a web app? test scores?

 I can't find any web app and also who has talked about test scores? i am 
 talking about a cheat score, the game is published for months and the 
 leaderboard too.

 El martes, 17 de marzo de 2015, 19:53:44 (UTC+1), jtoolsdev escribió:

 There's a web app that Google provides source for that will allow you 
 to delete the test scores.  Just look through the docs for the game 
 services and you'll find it.

 On Tuesday, March 17, 2015 at 8:04:15 AM UTC-7, saex wrote:

 I have a fake score in my leaderboard, exists a way to delete it? I 
 only can see how to delete the entire leaderboard, but i just want to 
 delete one score...

 how can this be achieved?

 tamper protection it's active but not hidding the fake score. 
 Normal top scores are over 300 points, and the fake score is 
 1.400.000.050 
 points or something like that

 thanks

 PD: exists a google groups forum for google play services problems? or 
 google play game services problems? i know that exists an official google 
 group for admob but can't find it for google play game services...



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread Steve Gabrilowitz
Not ideal, but couldn't you read and store the leaderboard information then
delete the whole thing and recreate it?
On Mar 18, 2015 9:58 AM, saex elpablos...@gmail.com wrote:

 emmm... what? a web app? test scores?

 I can't find any web app and also who has talked about test scores? i am
 talking about a cheat score, the game is published for months and the
 leaderboard too.

 El martes, 17 de marzo de 2015, 19:53:44 (UTC+1), jtoolsdev escribió:

 There's a web app that Google provides source for that will allow you to
 delete the test scores.  Just look through the docs for the game services
 and you'll find it.

 On Tuesday, March 17, 2015 at 8:04:15 AM UTC-7, saex wrote:

 I have a fake score in my leaderboard, exists a way to delete it? I only
 can see how to delete the entire leaderboard, but i just want to delete one
 score...

 how can this be achieved?

 tamper protection it's active but not hidding the fake score. Normal
 top scores are over 300 points, and the fake score is 1.400.000.050 points
 or something like that

 thanks

 PD: exists a google groups forum for google play services problems? or
 google play game services problems? i know that exists an official google
 group for admob but can't find it for google play game services...

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread saex
emmm... what? a web app? test scores?

I can't find any web app and also who has talked about test scores? i am 
talking about a cheat score, the game is published for months and the 
leaderboard too.

El martes, 17 de marzo de 2015, 19:53:44 (UTC+1), jtoolsdev escribió:

 There's a web app that Google provides source for that will allow you to 
 delete the test scores.  Just look through the docs for the game services 
 and you'll find it.

 On Tuesday, March 17, 2015 at 8:04:15 AM UTC-7, saex wrote:

 I have a fake score in my leaderboard, exists a way to delete it? I only 
 can see how to delete the entire leaderboard, but i just want to delete one 
 score...

 how can this be achieved?

 tamper protection it's active but not hidding the fake score. Normal 
 top scores are over 300 points, and the fake score is 1.400.000.050 points 
 or something like that

 thanks

 PD: exists a google groups forum for google play services problems? or 
 google play game services problems? i know that exists an official google 
 group for admob but can't find it for google play game services...



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread jtoolsdev
Try here:
https://github.com/playgameservices/android-basic-samples


On Wednesday, March 18, 2015 at 6:57:45 AM UTC-7, saex wrote:

 emmm... what? a web app? test scores?

 I can't find any web app and also who has talked about test scores? i am 
 talking about a cheat score, the game is published for months and the 
 leaderboard too.

 El martes, 17 de marzo de 2015, 19:53:44 (UTC+1), jtoolsdev escribió:

 There's a web app that Google provides source for that will allow you to 
 delete the test scores.  Just look through the docs for the game services 
 and you'll find it.

 On Tuesday, March 17, 2015 at 8:04:15 AM UTC-7, saex wrote:

 I have a fake score in my leaderboard, exists a way to delete it? I only 
 can see how to delete the entire leaderboard, but i just want to delete one 
 score...

 how can this be achieved?

 tamper protection it's active but not hidding the fake score. Normal 
 top scores are over 300 points, and the fake score is 1.400.000.050 points 
 or something like that

 thanks

 PD: exists a google groups forum for google play services problems? or 
 google play game services problems? i know that exists an official google 
 group for admob but can't find it for google play game services...



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-18 Thread jtoolsdev
And here's the web tools (I thought it was also in the prior package but 
its not).
https://github.com/playgameservices/management-tools

On Wednesday, March 18, 2015 at 11:43:40 AM UTC-7, jtoolsdev wrote:

 Try here:
 https://github.com/playgameservices/android-basic-samples


 On Wednesday, March 18, 2015 at 6:57:45 AM UTC-7, saex wrote:

 emmm... what? a web app? test scores?

 I can't find any web app and also who has talked about test scores? i am 
 talking about a cheat score, the game is published for months and the 
 leaderboard too.

 El martes, 17 de marzo de 2015, 19:53:44 (UTC+1), jtoolsdev escribió:

 There's a web app that Google provides source for that will allow you to 
 delete the test scores.  Just look through the docs for the game services 
 and you'll find it.

 On Tuesday, March 17, 2015 at 8:04:15 AM UTC-7, saex wrote:

 I have a fake score in my leaderboard, exists a way to delete it? I 
 only can see how to delete the entire leaderboard, but i just want to 
 delete one score...

 how can this be achieved?

 tamper protection it's active but not hidding the fake score. 
 Normal top scores are over 300 points, and the fake score is 1.400.000.050 
 points or something like that

 thanks

 PD: exists a google groups forum for google play services problems? or 
 google play game services problems? i know that exists an official google 
 group for admob but can't find it for google play game services...



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: How to delete a cheat score in google play games Leaderboard?

2015-03-17 Thread jtoolsdev
There's a web app that Google provides source for that will allow you to 
delete the test scores.  Just look through the docs for the game services 
and you'll find it.

On Tuesday, March 17, 2015 at 8:04:15 AM UTC-7, saex wrote:

 I have a fake score in my leaderboard, exists a way to delete it? I only 
 can see how to delete the entire leaderboard, but i just want to delete one 
 score...

 how can this be achieved?

 tamper protection it's active but not hidding the fake score. Normal 
 top scores are over 300 points, and the fake score is 1.400.000.050 points 
 or something like that

 thanks

 PD: exists a google groups forum for google play services problems? or 
 google play game services problems? i know that exists an official google 
 group for admob but can't find it for google play game services...


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.