You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated all Cordova tooling to most recent version
I included all the necessary information above
Our company get above message from google play, some features in app is uploading phone information to cordova server. is this ? in cordova's credibility.
The text was updated successfully, but these errors were encountered:
I can confidently say that this plugin does neither read the phone number or send any information to the cordova website.
I don't think any of the apache plugins would do this. We do have opt in telemetry, but that is on the CLI tooling only and wouldn't record phone numbers.
What I would suggest is to do a "Find in folder" type of scan for any files that contains keywords, like the cordova apache domain.
You can see there is no code for getting the phone number and no code for making network connections to cordova.apache.org. Also we don't have any endpoint on cordova.apache.org for getting phone numbers. If you don't believe you can check it as the repository is also public.
Also the plugin doesn't request any permissions, as far as I know, for getting the phone number you'll need android.permission.READ_PHONE_STATE.
The only sensitive information the plugin gets is the Secure.ANDROID_ID, we have a separate ticket tracking how we could manage to not provide that id if not desired.
Bug Report
Problem
What is expected to happen?
What does actually happen?
Information
Command or Code
Environment, Platform, Device
Version information
Checklist
Our company get above message from google play, some features in app is uploading phone information to cordova server. is this ? in cordova's credibility.
The text was updated successfully, but these errors were encountered: