-
Notifications
You must be signed in to change notification settings - Fork 18
Add Consent Management to the Appstore #113
Comments
@bs-jokri Hi, { We need to upload this file to every single app image. Appstore will read this file before app installation and AppStore will ask this permission to confirm. |
@trademkose this looks fantastic! Thank you for your efforts. For me this looks like what we need as a first step for the consent management and to demonstrate the overall approach. One question: What happens if an app does not have a PERMISSIONFILE.JSON? |
If an app doesn't have a PERMISSIONFILE.JSON, Appstore shows an error message like this, "PERMISSIONFILE.JSON not found or empty." and than you can install the application even if you see this error. |
* Bug Fixed in Appservice. Added null check. Signed-off-by: Adem KOSE <[email protected]> * Add Consent Management to the Appstore #113 Signed-off-by: Adem KOSE <[email protected]> * Changed convertPermissionArtifactFileToStringList name of method to permissionArtifactStringToList in Utils class. Signed-off-by: Adem KOSE <[email protected]> * Changed file name to PERMISSION.JSON Signed-off-by: Adem KOSE <[email protected]>
Looks good and works for me. Thanks! We'll probbaly integrate that in the IDE by generating an according json out of the user inputs regarding consent infos and upload it to hawkbit |
@trademkose @phil-hei seems this issue is resolved. Can we close? |
@bs-jokri I think. We can close. |
As of now the Appstore does not ask the user to give consent to the data that is accessed from a App to be installed. It should be that the appstore request the user to give consent prior installing an app.
Possible approach:
The text was updated successfully, but these errors were encountered: