Posts

Showing posts with the label #AppDevelopment

What Counts as Personal Data Under GDPR, and the Six Things People Get Wrong

Image
  GDPR uses one sentence to define personal data. Article 4(1) calls it "any information relating to an identified or identifiable natural person". Everything else follows from that sentence, so it helps to read it slowly. Two words do the work. Identified means you already know who it is. Identifiable means you could work it out. Things that count The European Commission gives a plain list: a name and surname, a home address, an email address, an IP address, an identification card number, a cookie ID, and the advertising identifier of your phone. Video recording from CCTV is on the list too. Things that do not count A company registration number is not personal data. A generic mailbox such as info@company.com is not personal data. Truly anonymised information is outside GDPR, and only when the anonymisation cannot be reversed. The six mix ups Assuming work emails are exempt. A named address like sarah.jones@company.com identifies a person, so it counts. Treating coded record...

How to Make a Mobile App GDPR Compliant: A Complete Checklist

Image
  If your mobile app collects any personal data from users in Europe, GDPR applies to you, regardless of where your company is based or how large it is. Many app owners assume GDPR is a website issue. It is not. Mobile apps often collect more personal data than websites, through location tracking, device identifiers, contact lists and behavioural logs. Here is what GDPR compliance actually requires in practice. Start with consent. GDPR requires consent to be freely given, specific, informed and unambiguous. That means no pre-ticked boxes, no bundled permissions, and a separate opt-in toggle for each purpose you process data for. Present Accept and Reject with equal visual weight so neither option is designed to be harder to find. Build a proper privacy policy. It should name your data controller, list every type of data you collect, explain your legal basis for processing it, and set out user rights, including access, correction, deletion, restriction, portability and objectio...

What Mobile App Consent Management Really Means for App Owners

Image
Mobile app consent management is the system your app uses to ask, record, and respect user permissions for data collection. It is one of the few areas where compliance and growth pull in the same direction. Why it matters Apps that handle consent well see higher retention, better ad revenue, and lower legal risk. Regulators including the GDPR authorities in the EU and UK treat valid user consent as the foundation of lawful data processing. Apple and Google enforce their own rules on top, which means a single app distributed globally faces several consent obligations at once. The core parts of a consent system A working mobile consent setup includes a banner shown before tracking begins, granular choices for analytics, advertising, and personalisation, a timestamped record of each decision, and a way for users to change their mind later. The system must also adapt to where the user is located. A visitor from Germany sees a GDPR-style banner; a user in California sees a CCPA-style...