Google Play Store Security Alert Says that your app contains Vulnerable JavaScript libraries how to remove the security warning?

后端 未结 4 1087
小鲜肉
小鲜肉 2021-01-04 06:21

In Google Play Store am getting warning below like this,

Your app contains one or more libraries with known security issues. Please see this Google Help Center artic

4条回答
  •  忘掉有多难
    2021-01-04 06:30

    I have solved this using the jQuery from CDN.

    I am using jQueryMobile in my apps which is not supported by jQuery v3+. So, I had no choice but to stick with jQuery v2. So, I have used Google's CDN instead of local .js file and it worked!

提交回复
热议问题