Questions tagged [privacy-policy]

For question regarding the privacy rules and policies of used applications, frameworks, APIs, and services.

Examples:

  • Does product XYZ collect usage data?
  • What kind of data is being collected?
  • Does XYZ online service save my users data?
  • Is collected data encrypted?
  • What is the retention rules for collected data in product XYZ?
137 questions
2
votes
1 answer

Privacy Policy for Apps that do not collect datas

I am currently in the process of bringing an app to the iOS app store. It's just a small app I made in my free time. It is workout-related, so the app requires access to location and health data from the user. The data, however, is only stored on…
BlackWolf
  • 3,919
  • 3
  • 26
  • 44
2
votes
2 answers

How to generate privacy policy url for free for Google play android apps

I have created an app using Firebase which reads username and allows it to create accounts.When i upload the app, Google play is asking me for privacy policy url. Is there a free and trusted way to generate privacy policy.As i work for myself,I…
Fargo
  • 21
  • 1
  • 6
2
votes
3 answers

Create a compact privacy policy

I'm looking into the idea of using cookies for tracking purposes and have noticed that my current website hasn't got a compact privacy policy. I've googled it and there are ways to create them but at a price. Just wondering if there was a way to do…
Jamie Taylor
  • 3,450
  • 18
  • 61
  • 97
2
votes
2 answers

Healthkit privacy policy, how?

When trying to submit a new release with access to HealthKit information I get an error telling me to provide a privacy statement for all the languages in which the app is localised. Where do I find these statements? I would not really know what to…
Fabrizio Bartolomucci
  • 4,838
  • 8
  • 38
  • 66
2
votes
2 answers

Data Privacy for Google Charts

We're looking at adding charts to our webapp. I recommended using a 3rd-party service such as Google Charts; this idea was rejected over fears about client data being passed to Google. Google's Privacy Policy (which appears to apply to Charts)…
Craig Walker
  • 44,465
  • 49
  • 146
  • 204
2
votes
2 answers

Privacy Policy auth dialog?

Today I have a "Notice of Violation: Privacy Policy (App ID: xxxxxxxxxxxxxx)" on my email from an old app. How I fix this problem? just adding a privacy policy url ? or generating an auth dialog? or deleting the app? that app it's a image and a…
1
vote
1 answer

Is it OK to use user phone number as Crashlytics user id?

There are two types of user id you can set while using firebase in your app. Firebase Analytics user id and Firebase Crashlytics user id. Analytics user id can be set in code like this: mFirebaseAnalytics.setUserId("123456"); and crashlytics user…
1
vote
0 answers

Firebase privacy policy

I nearly finished my first app. I used Firebase authentication, Firebase Realtime Database and Firebase Storage. I didn't find any good documentation or guide about how to write Privacy policy for android app. My question is should I inform the…
1
vote
1 answer

Is there a way to hide data or encrypt it in the run history of logic App?

I know at this time deletion of the run history (LogicApps) is not possible, on with a workaround with deletion recreation of the logicApp. And run history is now useable in the range of 7-90 days for keeping data. (see other for that: Is there any…
ingo_ww
  • 39
  • 6
1
vote
1 answer

Simplest privacy policy

A while ago I created this site, I've gained some traffic and recently someone contacted me about the privacy policy with some fair critizimes, the critazisem being that I don't have a privacy policy. I personally get really annoyed by the number of…
Schotsl
  • 133
  • 5
  • 22
1
vote
3 answers

Android privacy policy into app or just on website?

I've made a app privacy policy on the website, but do I need to create one in the app also ? From Google developer support documents: https://support.google.com/googleplay/android-developer/answer/10144311 Post a privacy policy in both the…
cat15ets
  • 87
  • 6
1
vote
0 answers

Firebase Push Notifications usage after topple Privacy Shield

since the EuGH canceled the Privacy Shield, it is forbidden to transfere personal related data to countries which do not have a adequacy proofing by the EU-Comission. In addition Companies can refer to the Standard Contractual Clauses to apply to…
1
vote
1 answer

After a user opts out of Cookies, can I remove the cookie?

I visit the Information Commissioners Office (ICO) https://ico.org.uk/ which is the commissioner who is in charge of things like GDPR and cookies in the UK. They have the option to opt out of cookies, which I duely did. I then refreshed and I could…
Eoin
  • 965
  • 2
  • 9
  • 25
1
vote
1 answer

Are private repositories cached in proxy.golang.org?

From go 1.13, go modules uses https://proxy.golang.org/ to cache repositories. Consider that I have a private repository as a go module in github.com/Ihtkas/libraries and I imported the module in another local go code sort.go. When I build the local…
IhtkaS
  • 1,024
  • 2
  • 11
  • 28
1
vote
1 answer

What is the best practice for accessing users email addresses for Add Ons on Google Products

I'm building an add on that needs to check how many units a customer has left. This code works for me as the developer however, it doesn't work when users actually install the application. // When someone opens the sheet for the first time function…
1 2
3
9 10