2014-10-01 23 views
17
olarak Google'dan E-posta benim Android App için Play Store almış

Apache Cordova 3.5.1 veya daha yüksek yükseltmek olmalıdır:tarihinde App Store Uyarı - Sen en kısa

This is a notification that your com.mydomain.myapp, is built on a version of Apache Cordova that contains security vulnerabilities. This includes a high severity cross-application scripting (XAS) vulnerability. Under certain circumstances, vulnerable apps could be remotely exploited to steal sensitive information, such as user login credentials. You should upgrade to Apache Cordova 3.5.1 or higher as soon as possible. For more information about the vulnerabilities, and for guidance on upgrading Apache Cordova, please see http://cordova.apache.org/announcements/2014/08/04/android-351.html . Please note, applications with vulnerabilities that expose users to risk of compromise may be considered “dangerous products” and subject to removal from Google Play. Regards, Google Play Team ©2014 Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043

bahsettiğim komutu denerseniz verilen bağlantı/sayfa, yani tarih:

cordova platform add [email protected] --usenpm 

bir hata alıyorum:

Platform android already added 

Can birisi lütfen Cordova 3.1'den 3.5.1'e nasıl yükseltilebileceğimi öğret? Herşeyi denedim:

npm update -g cordova 

Ama başarılı olamadım.

// Coho updates this line: 
var VERSION = "3.1.0"; 

console.log(VERSION); 

Yardım çok takdir edilecektir: Uygulamam \ platformlarda sürümü dosya bu klasör değişiklikleri android \ cordova klasörü hala aşağıdaki gösterir giriş ve hiçbir dosyayı \.

Teşekkürler!

cevap

17

bazı araştırmadan sonra, sanırım, ben çözüm burada bulduk: Geçen komutunun çalıştırılması

http://cordova.apache.org/index.html#download

npm install -g cordova 
cd my_project 
cordova platform update android 

hile yapar ve bu yanıt almak:

**cordova platform update android** 
Deleting E:/PhoneGap/my_project/platforms/android/libs/cordova-3.1.0.jar 
Android project is now at version 3.6.3 
If you updated from a pre-3.2.0 version and use an IDE, we now require that you 
import the "CordovaLib" library project. 

Umarım yardımcı olur.

Selamlar

+1

Uygulamamı 3.6.3'e güncelledim ve uyarı hala var – jcesarmobile

+2

Kendime cevap veriyorum, birkaç saat sonra uyarı kaybolduğunda – jcesarmobile

+1

Evet, uyarı ortadan kalktı. Biraz zaman alsa da, kaç saat olduğundan emin değilim. – Anjum