HI, I have developed several apps with Corona SDK and uploads to Google Play.
Recently, an alert has appeared on the development console indicating that
" A change in the Google Play policy that governs the use of SMS and CALL_LOG permits will affect my application." Applications that do not comply will be removed from Google Play on January 9, 2019"
It is not clear to me why my application is affected by this policy.
My application has a “Share” button that makes use of the “Social Popup” plugin (CoronaProvider.native.popup.social) to share the link of the app on Google Play.
I use the “social” parameter --> native.showPopup(“social”, options)
Could this be the reason for the warning? What is the solution? I have to remove the “Social Popup” plugin from my app?