Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question PendingIntent vulnerability

Discussion in 'Android' started by Tx, Oct 5, 2022.

  1. Tx

    Tx

    Joined:
    Jul 4, 2012
    Posts:
    108
    Hello,
    I have a problem reported by Google in "Pre-launch report details".
    In the security and trust tab these problems are reported:
    "Your app contains an Implicit PendingIntent vulnerability. Please see this Google Help Center article for details.

    • com.google.android.gcm.GCMBaseIntentService.handleRegistration
    • com.google.android.gcm.GCMRegistrar.internalRegister
    • com.google.android.gcm.GCMRegistrar.internalUnregister"
    I have no idea of what I should do to fix this problem, I see it is not a show-stopping bug and Google says I
    can distrubute the app build but I would like to have 0 warnings or errors to get the build as clean as possible.

    I do not know what this library is used for... local notifications? how should I fix it, Google shares this doc but I do not know how and where I should change code : https://support.google.com/faqs/answer/10437428

    Unity Version is 2020.3.38f1
    purchasing version 4.5.0
    ads version 4.3.0
    Only external plugin is Helpshift (X SDK)

    I build in Eclipse by exporting to and I do not change the exported project.

    More info on my build:

    Permissions
    6 permissions
    Hide detailexpand_less
    android.permission.ACCESS_NETWORK_STATE, android.permission.INTERNET, android.permission.VIBRATE, android.permission.WAKE_LOCK, com.android.vending.BILLING, com.google.android.gms.permission.AD_ID

    Features
    3 features
    Hide detailexpand_less
    android.hardware.touchscreen, android.hardware.touchscreen.multitouch, android.hardware.touchscreen.multitouch.distinct
     
    amoswazana likes this.