User Tag List

Results 1 to 7 of 7

Thread: Android APK Permissions troubles

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleXNA Export Module
    Dobermann's Avatar
    Join Date
    Feb 2009
    Location
    France
    Posts
    840
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)

    Android APK Permissions troubles

    I'm using the "get_accounts" permission to recover the user google account, and when looking to the permissions my game needs, the google play descriptions says:
    Identity
    find accounts on the device
    Contacts
    find accounts on the device
    https://play.google.com/store/apps/d....spartanrunner

    I only use "internet" and "get_accounts" permissions, some users ask me why i need access to their contacts and as i absolutly don't need access to that i would like to know how to get access to the user google account only. Thank you.

  2. #2
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    there are only two way:

    this one using the information from devices
    or using GPG objects and get email from authenticated user.

    and yes the you need to get accounts permission to retrieve this information using android object


    please it is important now to make a privacy policy and let your user know why you are requesting or using such permission


    https://termsfeed.com/blog/android-p...rivacy-policy/
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleXNA Export Module
    Dobermann's Avatar
    Join Date
    Feb 2009
    Location
    France
    Posts
    840
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    Yes i've done this file, not really complete, but it is here, i'll add a line about this.
    By the way, i don't store emails, they are transformed into a secure key that even myself can't reverse to the real email address. I encrypt them with AES then transform it with MD5 before any communication to my server where i answer an unique ID for my user, then only this ID is used for all the live services my game provide. The google account is needed only when running the game for the first time or reinstalling it.

    So even with GPG object i'll need to ask for this permission? I don't see that permission on other games so i'm wondering how they deal with it.

  4. #4
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    point me to a one of these games that read the email without this permission and without gpg for me to check
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleXNA Export Module
    Dobermann's Avatar
    Join Date
    Feb 2009
    Location
    France
    Posts
    840
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Fernando View Post
    point me to a one of these games that read the email without this permission and without gpg for me to check
    They use GPG, like Clash of Clan, etc...

  6. #6
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    oh yes use GPG, that the way google prefer.

    just to make a comment, android code/mode/things are always in change, obtaining the email from device was coded in android object an was the only before google play services started, those are back version 1.4, after they made the change to dangerous permissions a non dangerous permission and the must to ask user to allow the use of them in android version 6, thing move faster to Goggle play services.
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleXNA Export Module
    Dobermann's Avatar
    Join Date
    Feb 2009
    Location
    France
    Posts
    840
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    I'll try to use GPG then

Similar Threads

  1. Android Exporter Feature Suggestion - Automatic Permissions Selection
    By Kracker in forum Android Export Module 2.5
    Replies: 0
    Last Post: 1st October 2016, 10:33 PM
  2. Les permissions Android font
    By Moucklee in forum Android Export Module 2.5
    Replies: 4
    Last Post: 18th November 2014, 02:05 PM
  3. Android Permissions
    By Yves in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 17th July 2013, 10:29 PM
  4. Android Permissions
    By Yves in forum Android Export Module 2.5
    Replies: 1
    Last Post: 17th July 2013, 10:29 PM
  5. Permissions in android options
    By qenio in forum Android Export Module Version 2.0
    Replies: 4
    Last Post: 27th April 2012, 04:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •