Skip to main content

Location permission only for the ad platforms: Is it worth it?



I'm considering add location permissions to my app (Android) in order to pass that location to the ad platforms (currently Admob and Mobfox). But I don't want to make it if it doesn't worth it because ask for location in my app have not sense from the point of view of the user.





Does someone have tested how the location affect on the CRT, eCPM ...?





Thanks


Comments

  1. Based on my experience, most users don't know what permissions are, what they mean, and just click their way to the download as fast as they can. You could ask the permission to empty their bank account and date their wives and they wouldn't read it.

    Of course there are exceptions but so few.

    ReplyDelete
  2. It's against AdMob's terms of service to provide location information if the application itself does not use location. So I would recommend that you don't add the permission only to pass the location to the ad networks.

    ReplyDelete
  3. People are going to complain about it in the comments, I would suggest explaining any permissions in the App Description field.

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?