Privacy and GDPR compliance is a challenging topic even for developers. As a developer you need to think about privacy when storing user records, when adding new API that can expose customer information, when using cloud infrastructure, etc…
The first issue to consider is determining what personal data your app is using. This may be the username of the client, his billing address. An IP address is also considered personal data because it can be used to identify a person.