Hi,
I would like customize a permission modal alert into my app to submit it.
This alert request user permission to acces to his location.
I need to explain why i need this informations, so i need to add text.
The app had been rejected from AppConnect because i did not explain why i collect geolocalisation informations.
I already looked for UIAlertController, UIAlertView or ActionSheet execution into my project but I did not find anything.
I'm not specialized into app development, so any help will be appreciated :-)
Thank you !
# my permision modal alert :
# project dependencies :
"dependencies": {
"cordova": "^6.4.0",
"systemjs": "^0.19.9",
"cordova-ios": "~4.2.1",
"cordova-android": "~5.2.2",
"cordova-plugin-console": "~1.0.4",
"cordova-plugin-device": "~1.1.3",
"cordova-plugin-email": "~1.2.2",
"cordova-plugin-file": "~4.1.0",
"cordova-plugin-geolocation": "~2.0.0",
"cordova-plugin-inappbrowser": "^1.7.2",
"cordova-plugin-screen-orientation": "~1.4.0",
"cordova-plugin-splashscreen": "~3.2.2",
"cordova-plugin-statusbar": "~2.0.0",
"cordova-plugin-whitelist": "~1.2.2",
"ionic-plugin-keyboard": "https://github.com/driftyco/ionic-plugins-keyboard",
"phonegap-plugin-push": "~1.5.3"
},
"devDependencies": {
"@types/angular": "^1.5.16",
"@types/angular-ui-router": "^1.1.34",
"@types/cordova": "0.0.34",
"@types/ionic": "0.0.32",
"@types/jquery": "^2.0.33",
"bower": "^1.3.3",
"gulp": "^3.5.6",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-typescript": "^3.0.2",
"gulp-uncss": "^1.0.4",
"gulp-util": "^2.2.14",
"ionic": "^2.1.4",
"shelljs": "^0.3.0",
"typescript": "^2.0.3"
},
,
"optionalDependencies": {
"ios-deploy": "^1.9.0",
"ios-sim": "^5.0.13"
},
"cordova": {
"platforms": [
"android",
"ios"
]