ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Obtaining and Decoding the Integrity Verdict | Step 3 of Migrating to Play Integrity API

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ค. 2022
  • --- This is a three part series --
    Step 1 - Prepare your App Listing for Play Integrity API:
    hoven.in/cpp-projects/play-in...
    --- Scripts in Step 2 --
    Step 2 - Generate the Encryption and Decryption Keys:
    hoven.in/cpp-projects/play-in...
    --- Source Code in Step 3 --
    Step 3 - Obtaining and Decoding the Integrity Verdict
    hoven.in/cpp-projects/play-in...

ความคิดเห็น • 20

  • @kunalkhedkar3851
    @kunalkhedkar3851 2 ปีที่แล้ว +3

    Looks like first one to like this video.
    Thank you so much for creating this video.
    Really appreciate your efforts.
    For such a rare topic (very few/no info available on TH-cam)
    Thank you sir!

  • @maheshmahadar4780
    @maheshmahadar4780 8 หลายเดือนก่อน +1

    from where we will get nonce ?
    and is there any require task from server side ?

  • @AudioTamilan
    @AudioTamilan ปีที่แล้ว +1

    the safetynet api is used only for phone verification recatcha how to migrate in shows warning in play console.
    can you post video about play integrity api phone verification recaptcha

  • @varunsingh1042
    @varunsingh1042 ปีที่แล้ว +1

    Hi thanks for the great tutorial. Please mention which API -URL i should write in the local.properties inside the android studio ?

    • @qikaigao3991
      @qikaigao3991 ปีที่แล้ว +1

      You don't need a URL in this example. It is used for your app to send token to your own server. In this example, token is decrypted locally, so you don't need a URL.

  • @brijeshjaiswal2783
    @brijeshjaiswal2783 ปีที่แล้ว +2

    We are facing this issue
    javax.crypto.AEADBadTagException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT

    • @nikhilagrawal9217
      @nikhilagrawal9217 ปีที่แล้ว +1

      Hey, even I am getting the same exception. How you fixed it.

    • @roytran911
      @roytran911 ปีที่แล้ว

      i have this issue, how can u fix that?

    • @amatanclicks
      @amatanclicks ปีที่แล้ว +1

      Your package name in play console is different then your application package name

    • @MrFlau
      @MrFlau 4 หลายเดือนก่อน

      @@amatanclicks You saved my life.

    • @MrFlau
      @MrFlau 4 หลายเดือนก่อน

      @@amatanclicks Thank you!!

  • @roytran911
    @roytran911 ปีที่แล้ว +1

    String compactJws = jwe.getPayload(); this fragment return value is null leading to crash

    • @nikhilagrawal9217
      @nikhilagrawal9217 ปีที่แล้ว +1

      Hey, how you fixed the issue?

    • @roytran911
      @roytran911 ปีที่แล้ว

      @@nikhilagrawal9217 I still can't fix it

    • @hsc-pk
      @hsc-pk  ปีที่แล้ว

      Seems some mismatch between algorithms.
      Have you followed this step correctly? hoven.in/cpp-projects/play-integrity-api-2.html
      Regenerate your keys even if you already did.
      I am on Windows platform. Are you on Windows? if that leads to some problem.
      Let me know.

    • @Melodymentr
      @Melodymentr ปีที่แล้ว

      i am facing the same issue i have follow every thing but failed to proceed