Henrik Herzig

Results 19 comments of Henrik Herzig

Thank you very much for your contribution! I will have a look at your code in the next couple of days :)

Hi there after a long time... I am very sorry for my late response. I was very busy over the last couple of month and now I finally took the...

This is a really cool idea! The Play Integrity API sadly doesn't really use an API Key. You have to create a project in the Google Play Console and upload...

It was quite some time ago when I created the app but if I remember correctly there only has to be one version of the app available at the google...

Thank you for your feedback, also getting 1 star reviews on the Play Store because of this error... The API key I use is limited to 10.000 API Requests per...

I have activated the opt in fields within the Google Play Console. The new structure of the json response looks like this: ```json { "requestDetails": { "requestPackageName": "com.package.name", "timestampMillis": "1617893780",...

I had a look at the Play Integrity Api and multiple/own API Keys are only an option for the old SafetyNet Attestation API. With the Play Integrity API, the App...

I am currently implementing rate limiting which checks if a user makes too many requests in a short amount of time. I am currently thinking of allowing a request every...

This would be a nice addition since the `wake on lan` protocol which I use already supports domains. In the network discovery, domain names of devices are currently shown as...

Supporting IPv6 addresses would be great but my app depends on other flutter packages like [wake on lan](https://pub.dev/packages/wake_on_lan) which doesn't seem to support `ipv6`. [Dart Ping](https://pub.dev/packages/dart_ping) supports it (which I...