See this in the link you provided
Step 6) Disable Test Mode
Be sure to disable the test mode before deploying it to Google Play, changing the value to false, comment out or delete the next line from your MainActivity.java
request.setTesting(true);
source
share