'How to fix Implicit PendingIntent vulnerability (com.urbanairship.AlarmOperationScheduler$JellyBeanScheduler.schedule)

I am using below NuGet packages in my Xamarin project for android mobile app

  • urbanairship.android.core v10.0.2
  • urbanairship.android.fcm v10.0.2
  • urbanairship.netstandard v10.1.0
  • urbanairship.portable v10.1.0

when I uploaded my app to Play store I got this error:

"Your app contains an Implicit PendingIntent vulnerability. Please see this Google Help Center article for details.

com.urbanairship.AlarmOperationScheduler$JellyBeanScheduler.schedule"

I can see from https://github.com/urbanairship/android-library/blob/main/CHANGELOG.md, that this issue is fixed in version Version 14.4.4 May 26, 2021

But I don't see this version in NuGet package manager? Can someone tell me what is the minimum version of above packages which will fix this issue?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source