Android licensing application not works?

后端 未结 3 1526
借酒劲吻你
借酒劲吻你 2020-12-18 00:39

I implemented Google License checker by reading the official instructions.

import android.app.Activity;
import android.app.AlertDialog;
import android.conten         


        
3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-18 00:59

    You already done all these steps but clearly check it once again:

    1. check once your's public key compare with the draft store public key.
    2. Give own salt 20 numbers.
    3. Give properly test accounts in the google play and same account use in the device also.
    4. In google play you have to put licensed mode for application draft.
    5. check after some time because it will take some time to give valid results.
    6. finally verify the alert dialog conditions in application.
    7. clear the google play cache in your mobile may be it will store the results.

提交回复
热议问题