Page 1 of 1

Change IOS geolocation permission message

Posted: Mon Feb 09, 2015 10:28 pm
by B510

Dear All,

I got geolocation permission message as below on IOS 8.x, could anybody please advise how to change it to as follow:

"XYZ would like to use your current location .. blah blah" Don't Allow or OK..

many thanks in advance

Regards

Image


Change IOS geolocation permission message

Posted: Tue Feb 10, 2015 10:46 am
by Ihor Didevych

Hello,

Let me know if this helps:
http://stackoverflow.com/questions/16...


Change IOS geolocation permission message

Posted: Thu Feb 12, 2015 11:14 am
by B510

hello,,
none of them can solve my problem..

please help me out :-(

thanks a lot in advance


Change IOS geolocation permission message

Posted: Thu Feb 12, 2015 1:16 pm
by Maryna Brodina

Hello!

Please check my reply here https://getsatisfaction.com/apperyio/...


Change IOS geolocation permission message

Posted: Thu Feb 12, 2015 11:05 pm
by B510

Hello Maryna,

it's not what I mean.. what I need is to change the information of "/private/var/mobile/Containers/Bundle ..blah blah to more informative user information rather than like this (my thought it's can only be understand by developer guys)..

please help ..

thanks


Change IOS geolocation permission message

Posted: Fri Feb 13, 2015 7:49 am
by Maryna Brodina

I see what you mean, I'm just trying to say it's not possible to change that text (confirmed with Appery.io developer), here also more information about it http://stackoverflow.com/questions/57...

Please let me know if you have any questions.


Change IOS geolocation permission message

Posted: Tue Jan 05, 2016 8:19 am
by Slang

I have the same problem, even after calling geolocation after deviceready, I get these nasty permission warnings with the whole ugly path to the html file. I noticed some new suggestions in this thread: http://stackoverflow.com/questions/29...

When I look at the generated code for ios, there is no folder for the geolocation plugin. Maybe if you guys tried to remove and add the plugin, it might stop these nasty messages?


Change IOS geolocation permission message

Posted: Wed Jan 06, 2016 1:52 pm
by Serhii Kulibaba

It is easy to add a new cordova plugin on the Appery.io app with libraries 3.0: https://devcenter.appery.io/documenta...


Change IOS geolocation permission message

Posted: Thu Jan 07, 2016 7:27 pm
by Slang

Not sure if I understand what you are suggesting. I am not developing a new app, it already uses geolocation, and works fine both on Android and iOS.

The only problem is this nasty warning which includes a long path to the main html file. To suppress that, the stackoverflow thread suggests removing and adding back the plugin. How do I do that on Appery?

The link you gave is for 3rd party plugins. That's not what I want to do. Just want to refresh the geolocation plugin which is a core Cordova plugin already.


Change IOS geolocation permission message

Posted: Fri Jan 08, 2016 7:59 pm
by Illya Stepanov

Within Appery.io platform this can't be done, you can export your project to xCode and make any custom changes with plugins there.