What Permissions for android?

Discussion in 'Technical Discussion' started by kazemaru00, Jan 27, 2016.

  1. kazemaru00

    kazemaru00 Boxer

    Joined:
    Oct 7, 2015
    Messages:
    9
    Likes Received:
    1
    Hi,

    Could anyone tell me what permissions in manifest are needed and whith not? I dont want to spam user with permissions needed. Thx!
     
  2. jcalle

    jcalle Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,192
    Likes Received:
    540
    android.permission.INTERNET to access: Play Games, advertising,(required if you use google play and ADS)
    com.android.vending.BILLING to make purchases within the app (NO required if you not use purchases in APP)
    android.permission.ACCESS_NETWORK_STATE to check internet (recommended)
    android.permission.ACCESS_WIFI_STATE to check access to internet for Wifi (recommended)
    android.permission.ACCESS_COARSE_LOCATION to display ads based on their country (NO required, NO recommended)
    android.permission.WRITE_EXTERNAL_STORAGE to write APP in ExternalSD (required if you install APP in ExternalSD)
    android.permission.READ_PHONE_STATE to read IMEI and telephone number (NO required, NO recommended)
     
    Keyur Amin, MikeB, tweettopix and 2 others like this.
  3. kazemaru00

    kazemaru00 Boxer

    Joined:
    Oct 7, 2015
    Messages:
    9
    Likes Received:
    1
    Thank you! Thats very helpful!
     
  4. whagler

    whagler Boxer

    Joined:
    Jun 7, 2017
    Messages:
    40
    Likes Received:
    4
    with the
    in app purchases does the vending billing portion need to stay? and do i need to add anything else to make the iap work properly?
     
  5. Keyur Amin

    Keyur Amin Boxer

    Joined:
    Apr 8, 2020
    Messages:
    5
    Likes Received:
    2
    Thank you. That really helped.
     
  6. Samkhan

    Samkhan Boxer

    Joined:
    May 12, 2020
    Messages:
    11
    Likes Received:
    0
    Display an alert when internet connection not available in game please help how to make this?
     
  7. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    You have to create a Dialog intent that checks for internet connection on game launch window.
     
  8. Samkhan

    Samkhan Boxer

    Joined:
    May 12, 2020
    Messages:
    11
    Likes Received:
    0
    hi,
    how i implement a code that required internet if internet is not available then show a pop up check you internet connection.
    if internet is connected then you can play game.
    please help.
     
  9. Samkhan

    Samkhan Boxer

    Joined:
    May 12, 2020
    Messages:
    11
    Likes Received:
    0
    why this pop up is showing.
    please help i have upload beta version of my game on play store i want this option to automatic accept or not show this pop.
     

    Attached Files:

  10. TheGameAppStudio

    TheGameAppStudio Serious Boxer

    Joined:
    Nov 2, 2016
    Messages:
    927
    Likes Received:
    318
    This popup show as a privacy policy with advertisements.If you do not wish to show it you might have to edit it manually within the code.
     
    Samkhan likes this.
  11. Samkhan

    Samkhan Boxer

    Joined:
    May 12, 2020
    Messages:
    11
    Likes Received:
    0
    Ok tell me in code which part or which line to edit. Or any reference video or artical.
     

Share This Page