android - Unpublished application Still getting Showing Warning from Google Play -


i published android application on 31 march 2012 , unpublished android application google play on 1 jun 2015. but, 2 days got warning alert playstore unpublished application.

security alert

we wanted let know application statically linking against version of openssl has multiple security vulnerabilities users. please migrate app updated version of openssl 7 jul 2015. starting on date, google play block publishing of new apps , updates use older, unsupported versions of openssl (see below details).

reason warning: violation of dangerous products provision of content policy , sections 4.4 of developer distribution agreement.

the vulnerabilities fixed in openssl versions beginning 1.0.1h, 1.0.0m, , 0.9.8za. confirm openssl version, can grep via: $ unzip -p yourapp.apk | strings | grep "openssl"

for more information vulnerability, please see openssl security advisory. confirm you've upgraded correctly, upload updated version of app developer console , check after 5 hours. other technical questions managing openssl, please see https://groups.google.com/forum/#!forum/mailing.openssl.users.

on 7 jul 2015, not accept app updates containing vulnerabilities. in addition, reject new apps containing vulnerabilities.

note: while issues may not affect every app uses openssl versions prior 1.0.1h, 1.0.0m, or 0.9.8za, developers should stay date on security patches. if think specific issues may not relevant, it's practice update libraries in app have known issues. please take time update apps have out-of-date dependent libraries or other vulnerabilities.

before publishing applications, please ensure apps' compliance developer distribution agreement , content policy. if feel have sent warning in error, visit google play centre article.

but don't want resubmit app. want in my developer console applications list.

how avoid security alert. avoiding should, resubmit app or should remove form applications list?

the message states "google play block publishing of new apps , updates use older, unsupported versions of openssl." therefore, when want make app public again, have update apk correct openssl version. until then, can keep project unpublished in console , should recieve no further warnings.

i had update once declined google due few issues in app description. app went unpublished , able fix , republish easily. not see why case differ in way.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -