corona-warn-app / cwa-app-ios

Native iOS app using the exposure notification framework from Apple. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
1.68k stars 285 forks source link

Matched Key Count equals 0 but the CWA shows 1 risk encounter #1106

Closed ferdinand closed 3 years ago

ferdinand commented 4 years ago

Avoid duplicates

Describe the bug

After todays check the CWA showed me 1 risk encounter. Hence, the Matched Key Count for todays check should be at least 1 as well but it's 0.

IMG_0384 IMG_0385

Expected behaviour

To my understanding the number of risk encounters within the app can be lower than the Matched Keys Count within the system settings but not the other way around.

Steps to reproduce the issue

Here's my "Exposure Checks" export file: https://paste.ubuntu.com/p/J7jNqqQMF8/

Technical details

Additional context

A friend of mine – also on the iOS 14 Public Beta – experienced the same behaviour today.

It's still possible that I understand something terribly wrong.


Internal Tracking ID: EXPOSUREAPP-2639

lgerhold commented 4 years ago

Can I check the date when the risk exposure was? Like on the high risk exposure notifications.

daimpi commented 4 years ago

Can I check the date when the risk exposure was? Like on the high risk exposure notifications.

Unfortunately there is no direct way to get this info on iOS (under Android with root there is an option) as the RKI has so far refused to show this information for green encounters (cf. e.g. here , here and here for issues on this topic).

The only workaround is to wait until the encounter disappears in your CWA, at which point you know that the encounter must have happened 15 days before that.

ckalb commented 4 years ago

Adding my voice to the choir, since yesterday my app has also been displaying one low risk encounter:

Interestingly, the last updated time for the app coincides perfectly with the time my update to iOS 14 has completed (yesterday, 7:57 am). Before that, I have recently updated to iOS 13.7 on September 13 from iOS 13.6.1. I have no recollection of the app displaying an exposure any time before the iOS 14 update.

The iOS exposure log shows NO matching keys (MatchCount is always 0): ExposureChecks-2020-09-18.json.txt

One thing I found odd was the following section in the exposure log; i.e. the night right before the most recent update and the supposed exposure detection, there are two empty entries in the log:

    {
      "Timestamp" : "2020-09-17 04:12:15 +0200",
      "Files" : [

      ],
      "AppBundleIdentifier" : "de.rki.coronawarnapp"
    },
    {
      "Timestamp" : "2020-09-17 00:08:49 +0200",
      "Files" : [

      ],
      "AppBundleIdentifier" : "de.rki.coronawarnapp"
    },

Am I right to assume that I did not actually have the supposed low risk encounter and the warning in the app is most likely faulty?

ferdinand commented 4 years ago

Am I right to assume that I did not actually have the supposed low risk encounter and the warning in the app is most likely faulty?

No, it’s the other way around: the app is correct and the log is wrong.

lgerhold commented 4 years ago

Did somebody informed apple about this issue?

daimpi commented 4 years ago

One thing I found odd was the following section in the exposure log; i.e. the night right before the most recent update and the supposed exposure detection, there are two empty entries in the log

Those look similar to what I dubbed "non-normal entries" in @ferdinand's log above.

It's certainly interesting but given the multitude of other logs which don't have such "non-normal entries", yet they still display MatchCount 0 while showing an encounter in CWA, those two things are probably not directly related.

ferdinand commented 4 years ago

Did somebody informed apple about this issue?

Yes, it'll be fixed in the next iOS release.

Ein-Tim commented 4 years ago

It seems like iOS 14 didn't fixed this issue: https://github.com/corona-warn-app/cwa-app-ios/issues/1199#issuecomment-695800489

Also I can report that I have a Low Risk encounter but the match count shows 0...

GisoSchroederSAP commented 4 years ago

ExposureChecks-2020-09-22.json.txt Another user reports a red status with one Risk Encounter, still having 0 matches.

Ein-Tim commented 4 years ago

Okay, since I know that you think this is an iOS Issue, I don't really think so anymore. I have to phones, my main Phone (iPhone XR) and one Backup/Beta phone (iPhone 6s).

First I got a Low-Risk Exposure on my main phone, which I take with me every day I leave for School, etc. So this Low-Risk Encounter there is (probably) right, but Settings still showed 0 Encounters. (iOS 14)

So or so, today I take a look at the iPhone 6s and see: This also got a Low-Risk Encounter. Now I'm curious if

a) somebody on the street/one of our neighbors was tested positive and the iPhone 6s recognized it (unlikely to me) c) the Low-Risk Encounter is false (there was no Encounter?) c) because I got an Encounter on the iPhone XR, this iPhone XR "warned" the iPhone 6s (which, afaik is not how the CWA is working, but my uncle called the "Gesundheitsamt" and they really said that Low-Risk exposures are like second Contact notifications...)

See the Exposure Check log from the iPhone 6s here: https://pastebin.ubuntu.com/p/2pjBHhBXM3/

ndegendogo commented 4 years ago

@Ein-Tim could you please tell us your iOS version?

I see that your exposure log file is in version 2 format, this indicates the new Apple implementation of ENF. All log files I have seen so far with this issue are version 2.

"ExportVersion" : 2,

Also you can see in the log files that Apple has changed format of their data structures in the new version. New format groups by day, old format groups every single entry on its own. So you see in the log files for every single entry whether it was checked with the old or with the new ENF version.

Please have a look at my log file here. I had a low risk encounter under 13.6.1 (ENF version 1), the log file shows the match. The following day, still a low-risk, under iOS 13.7 (ENF version 2), no match in the log file. And next day, no low-risk ( and, of course, no match).

So I don't see that your log contradicts this assumption.

ndegendogo commented 4 years ago

@Ein-Tim actually, I would like to discuss your ideas and suggestions in more detail, and share my opinion on this; but this thread is already long, and we should keep the focus here. Would you mind to open a new ticket?

Ein-Tim commented 4 years ago

@ndegendogo Opened: #1234

ckalb commented 4 years ago

OK, so I updated to iOS 14.0.1 yesterday, and on the subsequent CWA data update today, my previously reported low-risk encounter the app first displayed 9 days ago is gone. Which could obviously be coincidence, since the actual exposure could very well have been >14 days ago today.

If anything, this lack of clarity would further support displaying at least the date of low-risk encounters, if time and date or location are out of question for privacy reasons.

daimpi commented 4 years ago

If anything, this lack of clarity would further support displaying at least the date of low-risk encounters, if time and date or location are out of question for privacy reasons.

Agreed, feel free to upvote https://github.com/corona-warn-app/cwa-wishlist/issues/178 🙂.

OttoVerbraucher commented 4 years ago

Same here. iPhone 6S, never beta software, automatic iOS & App Updates. My experience in detail:

Case 1 (iOS 13): App sayed: 1 meeting with no risk, iOS protocol sayed 1x "MatchCount" : 1 Case 2 (iOS 13): App sayed: 1 meeting with no risk, iOS protocol sayed "MatchCount" : 0 Case 3: (iOS 14.0) App sayed: 1 meeting with no risk, iOS protocol sayed "MatchCount" : 0 Case 4: (iOS 14.0) App sayed: 2 meetings with no risk, iOS protocol sayed "MatchCount" : 0 Case 5: (iOS 14.0.1) App still says: 2 meeting with no risk, iOS protocol says (168x) "MatchCount" : 0

Hint to CWA makers: A) According to CWA, a meeting could have the same risk as no meeting. Albeit this could be a correct information, this makes no sence to OttoVerbraucher, it dosn't feel logic. For some people this could have negativ psychological effects too.

B) My SIP Telephone App comes with a hint every 3 days or so: "please start me up, otherwise backgroud service of this app will be stopped soon". CWA does nowhere give a clear advice to launch it on a regular basis. As far as I have red, CWA is dysfunctional without a daily launch. If so, for OttoVerbraucher this is the biggest bug ever. For most common people, who never open the app after installation, this means CWA is not working.

m4p commented 4 years ago

Me and several friends are affected by this issue to the point that we now just ignore wen the app is showing low risk encounters. (Personally I have one 80% of the time, since 13.7)

I think it's shameful to claim this is an OS issue instead of further investigations, especially considering the cost and communicated importance of this app. If I cannot rely on what is show, what is the point?

svengabr commented 4 years ago

According to the developers, this issue should be fixed with iOS 14.0.1

ferdinand commented 4 years ago

@svengabr I no longer have a low risk encounter, so I can't verify that. But in the latest Bits und so podcast episode they're talking about this issue and a guy, who's affected by it as well, says explicitly: "It's not fixed with iOS 14.0.1 for sure".

And according to @thomasaugsten's https://github.com/corona-warn-app/cwa-app-ios/issues/1234#issuecomment-700187313 it's also an issue with iOS 14.0.1.

m4p commented 4 years ago

If anything it's worse. I now have two encounters showing in the app despite Matched Key Count totaling 0.

thomasaugsten commented 4 years ago

Apple is still working on the issue to show the correct MatchKeyCount they promised to fix this in the next iOS release.

thomasaugsten commented 4 years ago

@OttoVerbraucher The iOS app will send a notification after 36h when no background task was executed

mazw77 commented 4 years ago

Today I have very strange behavior on 3 iPhones:

  1. my personal iPhone 7 (iOS13.7) shows 9 low risks encounters (Risikobegegnung). Apple's protocol reports 0 matched keys (Abgeglichene Schlüssel). I am very rare meetings with other people, so I can rarely explain having met 9 people with positive COVID-19 result.
  2. my work iPhone 7 (iOS 14.0.1) shows 11 low risks encounters. Apple's protocol reports 0 matched keys. This phone is 99% of time in a docking station at my home-office desk. I cannot explain at all how this iPhone could have recorded IDs of 11 people with positive COVID-19 result.
  3. my wife's iPhone 11 (iOS 14.0.1) shows 7 low risks encounters. Apple's protocol reports 0 matched keys. 7 matches could be true, although with low probability.

I guess there must be some bug in the ID matching algorithm...

Ein-Tim commented 4 years ago

@mazw77 Interesting, you are reporting (something nearly the same as) this Issue: https://github.com/corona-warn-app/cwa-app-ios/issues/1234

I also think this Issue is not only from Apples side, but the Devs seem to be very safe that it is...

@thomasaugsten Could you give us (another) little inside and maybe do some additional testing to make sure CWA is working as expected and showing the right amount of Encounters. Thanks!

sin-azucar commented 4 years ago

@mazw77 You might want to read similar issue https://github.com/corona-warn-app/cwa-documentation/issues/359

Especially comments regarding how Bluetooth LE signals can actually penetrate walls, ceilings, etc., meaning it could have been a person living next door. https://github.com/corona-warn-app/cwa-documentation/issues/359#issuecomment-653893378

And that "x encounters" does not mean "x encounters from different people", because TEKs change every day. Only if the number incereases, one can deduct that it's from a new person because key upload per infected user only happens once. https://github.com/corona-warn-app/cwa-documentation/issues/359#issuecomment-653906155

mazw77 commented 4 years ago

@mazw77 You might want to read similar issue corona-warn-app/cwa-documentation#359

Especially comments regarding how Bluetooth LE signals can actually penetrate walls, ceilings, etc., meaning it could have been a person living next door. corona-warn-app/cwa-documentation#359 (comment)

And that "x encounters" does not mean "x encounters from different people", because TEKs change every day. Only if the number incereases, one can deduct that it's from a new person because key upload per infected user only happens once. corona-warn-app/cwa-documentation#359 (comment)

Someone in the direct neigborhood could explain my numbers on all devices. Now my daughter also has 9 low risk encounters on her iPhone.

mazw77 commented 4 years ago

Today I have very strange behavior on 3 iPhones:

1. my personal iPhone 7 (iOS13.7) shows 9 low risks encounters (Risikobegegnung). Apple's protocol reports 0 matched keys (Abgeglichene Schlüssel). I am very rare meetings with other people, so I can rarely explain having met 9 people with positive COVID-19 result.

2. my work iPhone 7 (iOS 14.0.1) shows 11 low risks encounters. Apple's protocol reports 0 matched keys. This phone is 99% of time in a docking station at my home-office desk. I cannot explain at all how this iPhone could have recorded IDs of 11 people with positive COVID-19 result.

3. my wife's iPhone 11 (iOS 14.0.1) shows 7 low risks encounters. Apple's protocol reports 0 matched keys. 7 matches could be true, although with low probability.

I guess there must be some bug in the ID matching algorithm...

After some review of the suggested linked issues and comments, I think the Corona-Warn-Apps works fine and someone in the direct neighborhood could have submited a positive test result.

ferdinand commented 4 years ago

Could be fixed in iOS 14.2 Public Beta 2. The app shows me a new low risk exposure and this time it's also in the log.

Ein-Tim commented 4 years ago

@ferdinand I can confirm this. 2 Low Risk Exposures in App and 2 "Abgeglichene Schlüssel" in Settings on iOS 14 .2 Public Beta 2. 👍

ndegendogo commented 4 years ago

... then let's hope they keep it for the final version iOS 14.2 🤪

svengabr commented 4 years ago

Thanks for your inputs, I will review this issue again when iOS 14.2 is released then.

salamanderjoe commented 4 years ago

I have the exact same issue - CWA showing one low risk encounter but matchCount is always 0 in the logs. The interesting thing is that I am not on the beta, I’m using iOS 14.0.1 stable. I’ve attached my exposure log and a screenshot.

{ "Build" : "18A393", "ExportVersion" : 2, "ExposureChecks" : [ { "Timestamp" : "2020-10-08 20:11:01 +0200", "Files" : [ { "Hash" : "3B553DE6F9F72A445740D50D02EDE050AF339520E05EEDBF1FDB88A9AE329C72", "MatchCount" : 0, "KeyCount" : 21527, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:02 +0200" }, { "Hash" : "634D9BA6B3826E7D22176996B8DC41EDF1E0AFB4C1DD054C6AF5EE3912A08CFC", "MatchCount" : 0, "KeyCount" : 16120, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:02 +0200" }, { "Hash" : "49D4C4670347B7450EE59AC02D5F1C38B6A4B43F32EC9A6CF91E6E65E31F3D92", "MatchCount" : 0, "KeyCount" : 11260, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:02 +0200" }, { "Hash" : "5A53D118EAA9F6318FD33AEEF3DE76F6C71534480ACEBEC6AFBECF9964F82A15", "MatchCount" : 0, "KeyCount" : 8845, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:02 +0200" }, { "Hash" : "B28566D66AE3CB6858F68A0E5D48740434E0F7E30943A49A935F560469CE775F", "MatchCount" : 0, "KeyCount" : 12380, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:02 +0200" }, { "Hash" : "3704C100F8086E1CBA059A984D6E25DBFE149229D9EC3F0F4871B25889F97BF8", "MatchCount" : 0, "KeyCount" : 16008, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:02 +0200" }, { "Hash" : "BE5A4D6C22D23A58BBC82A4C070FCBF1C0EC3B38CEA7923EBD4BE82FFC6734AB", "MatchCount" : 0, "KeyCount" : 14299, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:02 +0200" }, { "Hash" : "99D35FBF030B71528DAA0BEAE55265B6A88821708B5C2A6FFABFE294F792C0EA", "MatchCount" : 0, "KeyCount" : 12850, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:01 +0200" }, { "Hash" : "83164C315E94C84C4F80381F64B10532DEC9B7454BD1AF4D8E8E71B0EADDB77A", "MatchCount" : 0, "KeyCount" : 12700, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:01 +0200" }, { "Hash" : "5482C7DF9369314891E75675D461B5FC5BA2B20A29C2F61C7A143C69F304AF4B", "MatchCount" : 0, "KeyCount" : 8430, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:01 +0200" }, { "Hash" : "0CDC66BAB3C15F790E2BCF86794B496F328C1819A998E8302CC6BBC55209821F", "MatchCount" : 0, "KeyCount" : 6071, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:01 +0200" }, { "Hash" : "EE961B7259874A14523641AF037F5D78AED922EEABD5AACBF443708EEE7D1B27", "MatchCount" : 0, "KeyCount" : 9593, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:01 +0200" }, { "Hash" : "D3773CBA4F74C9D60CB242406AFACE951AF6F0C390C917A727B23B2D9812ACBE", "MatchCount" : 0, "KeyCount" : 12457, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:01 +0200" }, { "Hash" : "7A04AF10A6A702F04FE81A34FB4B14973F87DF8AF1D9F7009BB68042696880E6", "MatchCount" : 0, "KeyCount" : 12229, "AppBundleIdentifier" : "de.rki.coronawarnapp", "Timestamp" : "2020-10-08 20:11:01 +0200" } ], "AppBundleIdentifier" : "de.rki.coronawarnapp" }, { "Timestamp" : "2020-10-07 10:37:03 +0200", "Files" : [

  ],
  "AppBundleIdentifier" : "de.rki.coronawarnapp"
},
{
  "Timestamp" : "2020-10-06 10:14:32 +0200",
  "Files" : [
    {
      "Hash" : "49D4C4670347B7450EE59AC02D5F1C38B6A4B43F32EC9A6CF91E6E65E31F3D92",
      "MatchCount" : 0,
      "KeyCount" : 11260,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "5A53D118EAA9F6318FD33AEEF3DE76F6C71534480ACEBEC6AFBECF9964F82A15",
      "MatchCount" : 0,
      "KeyCount" : 8845,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "B28566D66AE3CB6858F68A0E5D48740434E0F7E30943A49A935F560469CE775F",
      "MatchCount" : 0,
      "KeyCount" : 12380,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "3704C100F8086E1CBA059A984D6E25DBFE149229D9EC3F0F4871B25889F97BF8",
      "MatchCount" : 0,
      "KeyCount" : 16008,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "BE5A4D6C22D23A58BBC82A4C070FCBF1C0EC3B38CEA7923EBD4BE82FFC6734AB",
      "MatchCount" : 0,
      "KeyCount" : 14299,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "99D35FBF030B71528DAA0BEAE55265B6A88821708B5C2A6FFABFE294F792C0EA",
      "MatchCount" : 0,
      "KeyCount" : 12850,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "83164C315E94C84C4F80381F64B10532DEC9B7454BD1AF4D8E8E71B0EADDB77A",
      "MatchCount" : 0,
      "KeyCount" : 12700,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "5482C7DF9369314891E75675D461B5FC5BA2B20A29C2F61C7A143C69F304AF4B",
      "MatchCount" : 0,
      "KeyCount" : 8430,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "0CDC66BAB3C15F790E2BCF86794B496F328C1819A998E8302CC6BBC55209821F",
      "MatchCount" : 0,
      "KeyCount" : 6071,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "EE961B7259874A14523641AF037F5D78AED922EEABD5AACBF443708EEE7D1B27",
      "MatchCount" : 0,
      "KeyCount" : 9593,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "D3773CBA4F74C9D60CB242406AFACE951AF6F0C390C917A727B23B2D9812ACBE",
      "MatchCount" : 0,
      "KeyCount" : 12457,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "7A04AF10A6A702F04FE81A34FB4B14973F87DF8AF1D9F7009BB68042696880E6",
      "MatchCount" : 0,
      "KeyCount" : 12229,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "1DD7BF61DA5DC000C016D98EE5CDC1A4FC9A33B139BDA82DC2E31BA239ACF5E5",
      "MatchCount" : 0,
      "KeyCount" : 13539,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    },
    {
      "Hash" : "B13EEA34F07AE2FCB1855CE111C57A585FC9559C3ABC678573D5AB9049D31360",
      "MatchCount" : 0,
      "KeyCount" : 9405,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-06 10:14:33 +0200"
    }
  ],
  "AppBundleIdentifier" : "de.rki.coronawarnapp"
},
{
  "Timestamp" : "2020-10-05 08:19:14 +0200",
  "Files" : [
    {
      "Hash" : "5A53D118EAA9F6318FD33AEEF3DE76F6C71534480ACEBEC6AFBECF9964F82A15",
      "MatchCount" : 0,
      "KeyCount" : 8845,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:15 +0200"
    },
    {
      "Hash" : "B28566D66AE3CB6858F68A0E5D48740434E0F7E30943A49A935F560469CE775F",
      "MatchCount" : 0,
      "KeyCount" : 12380,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:15 +0200"
    },
    {
      "Hash" : "3704C100F8086E1CBA059A984D6E25DBFE149229D9EC3F0F4871B25889F97BF8",
      "MatchCount" : 0,
      "KeyCount" : 16008,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:15 +0200"
    },
    {
      "Hash" : "BE5A4D6C22D23A58BBC82A4C070FCBF1C0EC3B38CEA7923EBD4BE82FFC6734AB",
      "MatchCount" : 0,
      "KeyCount" : 14299,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:15 +0200"
    },
    {
      "Hash" : "99D35FBF030B71528DAA0BEAE55265B6A88821708B5C2A6FFABFE294F792C0EA",
      "MatchCount" : 0,
      "KeyCount" : 12850,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:15 +0200"
    },
    {
      "Hash" : "83164C315E94C84C4F80381F64B10532DEC9B7454BD1AF4D8E8E71B0EADDB77A",
      "MatchCount" : 0,
      "KeyCount" : 12700,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:14 +0200"
    },
    {
      "Hash" : "5482C7DF9369314891E75675D461B5FC5BA2B20A29C2F61C7A143C69F304AF4B",
      "MatchCount" : 0,
      "KeyCount" : 8430,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:14 +0200"
    },
    {
      "Hash" : "0CDC66BAB3C15F790E2BCF86794B496F328C1819A998E8302CC6BBC55209821F",
      "MatchCount" : 0,
      "KeyCount" : 6071,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:14 +0200"
    },
    {
      "Hash" : "EE961B7259874A14523641AF037F5D78AED922EEABD5AACBF443708EEE7D1B27",
      "MatchCount" : 0,
      "KeyCount" : 9593,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:14 +0200"
    },
    {
      "Hash" : "D3773CBA4F74C9D60CB242406AFACE951AF6F0C390C917A727B23B2D9812ACBE",
      "MatchCount" : 0,
      "KeyCount" : 12457,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:14 +0200"
    },
    {
      "Hash" : "7A04AF10A6A702F04FE81A34FB4B14973F87DF8AF1D9F7009BB68042696880E6",
      "MatchCount" : 0,
      "KeyCount" : 12229,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:14 +0200"
    },
    {
      "Hash" : "1DD7BF61DA5DC000C016D98EE5CDC1A4FC9A33B139BDA82DC2E31BA239ACF5E5",
      "MatchCount" : 0,
      "KeyCount" : 13539,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:14 +0200"
    },
    {
      "Hash" : "B13EEA34F07AE2FCB1855CE111C57A585FC9559C3ABC678573D5AB9049D31360",
      "MatchCount" : 0,
      "KeyCount" : 9405,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:14 +0200"
    },
    {
      "Hash" : "9341DB097412B04CA7C63D58427C60309D154C9A28521876813540BF75A94A9E",
      "MatchCount" : 0,
      "KeyCount" : 8390,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-05 08:19:14 +0200"
    }
  ],
  "AppBundleIdentifier" : "de.rki.coronawarnapp"
},
{
  "Timestamp" : "2020-10-04 06:27:40 +0200",
  "Files" : [
    {
      "Hash" : "B28566D66AE3CB6858F68A0E5D48740434E0F7E30943A49A935F560469CE775F",
      "MatchCount" : 0,
      "KeyCount" : 12380,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:41 +0200"
    },
    {
      "Hash" : "3704C100F8086E1CBA059A984D6E25DBFE149229D9EC3F0F4871B25889F97BF8",
      "MatchCount" : 0,
      "KeyCount" : 16008,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:41 +0200"
    },
    {
      "Hash" : "BE5A4D6C22D23A58BBC82A4C070FCBF1C0EC3B38CEA7923EBD4BE82FFC6734AB",
      "MatchCount" : 0,
      "KeyCount" : 14299,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:41 +0200"
    },
    {
      "Hash" : "99D35FBF030B71528DAA0BEAE55265B6A88821708B5C2A6FFABFE294F792C0EA",
      "MatchCount" : 0,
      "KeyCount" : 12850,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:41 +0200"
    },
    {
      "Hash" : "83164C315E94C84C4F80381F64B10532DEC9B7454BD1AF4D8E8E71B0EADDB77A",
      "MatchCount" : 0,
      "KeyCount" : 12700,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:41 +0200"
    },
    {
      "Hash" : "5482C7DF9369314891E75675D461B5FC5BA2B20A29C2F61C7A143C69F304AF4B",
      "MatchCount" : 0,
      "KeyCount" : 8430,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:41 +0200"
    },
    {
      "Hash" : "0CDC66BAB3C15F790E2BCF86794B496F328C1819A998E8302CC6BBC55209821F",
      "MatchCount" : 0,
      "KeyCount" : 6071,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:41 +0200"
    },
    {
      "Hash" : "EE961B7259874A14523641AF037F5D78AED922EEABD5AACBF443708EEE7D1B27",
      "MatchCount" : 0,
      "KeyCount" : 9593,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:41 +0200"
    },
    {
      "Hash" : "D3773CBA4F74C9D60CB242406AFACE951AF6F0C390C917A727B23B2D9812ACBE",
      "MatchCount" : 0,
      "KeyCount" : 12457,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:41 +0200"
    },
    {
      "Hash" : "7A04AF10A6A702F04FE81A34FB4B14973F87DF8AF1D9F7009BB68042696880E6",
      "MatchCount" : 0,
      "KeyCount" : 12229,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:41 +0200"
    },
    {
      "Hash" : "1DD7BF61DA5DC000C016D98EE5CDC1A4FC9A33B139BDA82DC2E31BA239ACF5E5",
      "MatchCount" : 0,
      "KeyCount" : 13539,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:41 +0200"
    },
    {
      "Hash" : "B13EEA34F07AE2FCB1855CE111C57A585FC9559C3ABC678573D5AB9049D31360",
      "MatchCount" : 0,
      "KeyCount" : 9405,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:40 +0200"
    },
    {
      "Hash" : "9341DB097412B04CA7C63D58427C60309D154C9A28521876813540BF75A94A9E",
      "MatchCount" : 0,
      "KeyCount" : 8390,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:40 +0200"
    },
    {
      "Hash" : "E82F612E82528B76C006F0A0FE0806937839E1EF5B1CB91AA699A8DC8BBE9C70",
      "MatchCount" : 0,
      "KeyCount" : 3250,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-04 06:27:40 +0200"
    }
  ],
  "AppBundleIdentifier" : "de.rki.coronawarnapp"
},
{
  "Timestamp" : "2020-10-04 06:27:40 +0200",
  "Files" : [

  ],
  "AppBundleIdentifier" : "de.rki.coronawarnapp"
},
{
  "Timestamp" : "2020-10-03 18:54:27 +0200",
  "Files" : [

  ],
  "AppBundleIdentifier" : "de.rki.coronawarnapp"
},
{
  "Timestamp" : "2020-10-02 11:00:02 +0200",
  "Files" : [
    {
      "Hash" : "BE5A4D6C22D23A58BBC82A4C070FCBF1C0EC3B38CEA7923EBD4BE82FFC6734AB",
      "MatchCount" : 0,
      "KeyCount" : 14299,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:03 +0200"
    },
    {
      "Hash" : "99D35FBF030B71528DAA0BEAE55265B6A88821708B5C2A6FFABFE294F792C0EA",
      "MatchCount" : 0,
      "KeyCount" : 12850,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:03 +0200"
    },
    {
      "Hash" : "83164C315E94C84C4F80381F64B10532DEC9B7454BD1AF4D8E8E71B0EADDB77A",
      "MatchCount" : 0,
      "KeyCount" : 12700,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:03 +0200"
    },
    {
      "Hash" : "5482C7DF9369314891E75675D461B5FC5BA2B20A29C2F61C7A143C69F304AF4B",
      "MatchCount" : 0,
      "KeyCount" : 8430,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:03 +0200"
    },
    {
      "Hash" : "0CDC66BAB3C15F790E2BCF86794B496F328C1819A998E8302CC6BBC55209821F",
      "MatchCount" : 0,
      "KeyCount" : 6071,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:03 +0200"
    },
    {
      "Hash" : "EE961B7259874A14523641AF037F5D78AED922EEABD5AACBF443708EEE7D1B27",
      "MatchCount" : 0,
      "KeyCount" : 9593,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:03 +0200"
    },
    {
      "Hash" : "D3773CBA4F74C9D60CB242406AFACE951AF6F0C390C917A727B23B2D9812ACBE",
      "MatchCount" : 0,
      "KeyCount" : 12457,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:03 +0200"
    },
    {
      "Hash" : "7A04AF10A6A702F04FE81A34FB4B14973F87DF8AF1D9F7009BB68042696880E6",
      "MatchCount" : 0,
      "KeyCount" : 12229,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:03 +0200"
    },
    {
      "Hash" : "1DD7BF61DA5DC000C016D98EE5CDC1A4FC9A33B139BDA82DC2E31BA239ACF5E5",
      "MatchCount" : 0,
      "KeyCount" : 13539,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:03 +0200"
    },
    {
      "Hash" : "B13EEA34F07AE2FCB1855CE111C57A585FC9559C3ABC678573D5AB9049D31360",
      "MatchCount" : 0,
      "KeyCount" : 9405,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:03 +0200"
    },
    {
      "Hash" : "9341DB097412B04CA7C63D58427C60309D154C9A28521876813540BF75A94A9E",
      "MatchCount" : 0,
      "KeyCount" : 8390,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:03 +0200"
    },
    {
      "Hash" : "E82F612E82528B76C006F0A0FE0806937839E1EF5B1CB91AA699A8DC8BBE9C70",
      "MatchCount" : 0,
      "KeyCount" : 3250,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:02 +0200"
    },
    {
      "Hash" : "C586B7800DAC12FC54F8E9A3B4B27CB1086BCE296249B39567D8953A7089655B",
      "MatchCount" : 0,
      "KeyCount" : 5290,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:02 +0200"
    },
    {
      "Hash" : "AD521A27B2EDAAFD5BFDC719D59599C223425EB8ED8A9775AD9D4DE3F8EF7BD9",
      "MatchCount" : 0,
      "KeyCount" : 10369,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-02 11:00:02 +0200"
    }
  ],
  "AppBundleIdentifier" : "de.rki.coronawarnapp"
},
{
  "Timestamp" : "2020-10-02 06:59:31 +0200",
  "Files" : [

  ],
  "AppBundleIdentifier" : "de.rki.coronawarnapp"
},
{
  "Timestamp" : "2020-10-01 05:37:48 +0200",
  "Files" : [
    {
      "Hash" : "99D35FBF030B71528DAA0BEAE55265B6A88821708B5C2A6FFABFE294F792C0EA",
      "MatchCount" : 0,
      "KeyCount" : 12850,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "83164C315E94C84C4F80381F64B10532DEC9B7454BD1AF4D8E8E71B0EADDB77A",
      "MatchCount" : 0,
      "KeyCount" : 12700,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "5482C7DF9369314891E75675D461B5FC5BA2B20A29C2F61C7A143C69F304AF4B",
      "MatchCount" : 0,
      "KeyCount" : 8430,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "0CDC66BAB3C15F790E2BCF86794B496F328C1819A998E8302CC6BBC55209821F",
      "MatchCount" : 0,
      "KeyCount" : 6071,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "EE961B7259874A14523641AF037F5D78AED922EEABD5AACBF443708EEE7D1B27",
      "MatchCount" : 0,
      "KeyCount" : 9593,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "D3773CBA4F74C9D60CB242406AFACE951AF6F0C390C917A727B23B2D9812ACBE",
      "MatchCount" : 0,
      "KeyCount" : 12457,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "7A04AF10A6A702F04FE81A34FB4B14973F87DF8AF1D9F7009BB68042696880E6",
      "MatchCount" : 0,
      "KeyCount" : 12229,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "1DD7BF61DA5DC000C016D98EE5CDC1A4FC9A33B139BDA82DC2E31BA239ACF5E5",
      "MatchCount" : 0,
      "KeyCount" : 13539,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "B13EEA34F07AE2FCB1855CE111C57A585FC9559C3ABC678573D5AB9049D31360",
      "MatchCount" : 0,
      "KeyCount" : 9405,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "9341DB097412B04CA7C63D58427C60309D154C9A28521876813540BF75A94A9E",
      "MatchCount" : 0,
      "KeyCount" : 8390,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "E82F612E82528B76C006F0A0FE0806937839E1EF5B1CB91AA699A8DC8BBE9C70",
      "MatchCount" : 0,
      "KeyCount" : 3250,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "C586B7800DAC12FC54F8E9A3B4B27CB1086BCE296249B39567D8953A7089655B",
      "MatchCount" : 0,
      "KeyCount" : 5290,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "AD521A27B2EDAAFD5BFDC719D59599C223425EB8ED8A9775AD9D4DE3F8EF7BD9",
      "MatchCount" : 0,
      "KeyCount" : 10369,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    },
    {
      "Hash" : "905748FDDC3B77A4F0C3DA3C8FFB4135FECAC18A95450D7DA269F5FD5E1852BD",
      "MatchCount" : 0,
      "KeyCount" : 11165,
      "AppBundleIdentifier" : "de.rki.coronawarnapp",
      "Timestamp" : "2020-10-01 05:37:49 +0200"
    }
  ],
  "AppBundleIdentifier" : "de.rki.coronawarnapp"
},
{
  "Timestamp" : "2020-09-29 21:31:33 +0200",
  "Files" : [
    {
      "Hash" : "604DEE21300126B592647F07B459F52D250BCFEB79F4A665B6676C3A4F9F8503",
      "MatchCount" : 0,
      "KeyCount" : 73,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 21:31:33 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 21:31:33 +0200",
  "Files" : [
    {
      "Hash" : "847FD7CA90A76F4E5F30728C573908DB33297D0953A754E13D5C4C5C7BEE5FF2",
      "MatchCount" : 0,
      "KeyCount" : 52,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 21:31:33 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 21:31:33 +0200",
  "Files" : [
    {
      "Hash" : "C07ACA4D01319B286839FB621F79053C4191A3DE890AA60F578980643AB800BD",
      "MatchCount" : 0,
      "KeyCount" : 115,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 21:31:33 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 21:31:33 +0200",
  "Files" : [
    {
      "Hash" : "8B4775E06FD0A81720F843CEAB1D146483E5B847D0A635D136621E9F1E83CF37",
      "MatchCount" : 0,
      "KeyCount" : 188,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 21:31:33 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 21:31:33 +0200",
  "Files" : [
    {
      "Hash" : "6909F10C14C17C03F780EDF9DD40B1FFA236F699447BFF82DB8CEB905C3EED5F",
      "MatchCount" : 0,
      "KeyCount" : 144,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 21:31:33 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 21:31:33 +0200",
  "Files" : [
    {
      "Hash" : "A0B14309B523B7E4C0F9990A02BBDCF418C6946B73AF1221F3565A27C2EFBA99",
      "MatchCount" : 0,
      "KeyCount" : 216,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 21:31:33 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 21:31:33 +0200",
  "Files" : [
    {
      "Hash" : "BE58E2D4CFEDAC285DB4D56A9E049AB3C4CB43EB904C873A0B6950D791016340",
      "MatchCount" : 0,
      "KeyCount" : 17,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 21:31:33 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 21:31:33 +0200",
  "Files" : [
    {
      "Hash" : "55CF5BD16B673B028D70B99B6A49C05855393695C17BCC1E25EC9FDC4B77D08B",
      "MatchCount" : 0,
      "KeyCount" : 271,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 21:31:33 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 21:31:33 +0200",
  "Files" : [
    {
      "Hash" : "3463FE965F24B63F197CD6E32A8E7138BA105AE75C65AE88BEB379A4341F0842",
      "MatchCount" : 0,
      "KeyCount" : 300,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 21:31:33 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 21:31:33 +0200",
  "Files" : [
    {
      "Hash" : "7BBD76205776D9AA34B2164D845CD97F57B6B222E10E1AA6F05EE3D0C2D3E046",
      "MatchCount" : 0,
      "KeyCount" : 312,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 21:31:33 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 14:37:05 +0200",
  "Files" : [
    {
      "Hash" : "4680E7BB3AAF1999BD042D72F96A85DF4D6A3DA3212A42F968CB18215511B145",
      "MatchCount" : 0,
      "KeyCount" : 26,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 14:37:05 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 14:37:04 +0200",
  "Files" : [
    {
      "Hash" : "52F7CC1DDEA99E7F7E4B0E3B234893AED662562DD1C4BF1F65CA477A7EC815DD",
      "MatchCount" : 0,
      "KeyCount" : 49,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 14:37:04 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 14:37:04 +0200",
  "Files" : [
    {
      "Hash" : "A2D1C15E5DE80E500B8459FFEED87FE0336FE98A0FC833B1D9FC8F1E3349B938",
      "MatchCount" : 0,
      "KeyCount" : 91,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 14:37:04 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 14:37:04 +0200",
  "Files" : [
    {
      "Hash" : "C44C46B1E3751E422974E95B52339DD5623F078827758E8F8FC164DC24B57BF2",
      "MatchCount" : 0,
      "KeyCount" : 124,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 14:37:04 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 06:35:31 +0200",
  "Files" : [
    {
      "Hash" : "E35EA42A125765ADD9CF0D46F9C88A300DB2E200F0FF61011962DBBCE8163B07",
      "MatchCount" : 0,
      "KeyCount" : 166,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 06:35:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 06:35:31 +0200",
  "Files" : [
    {
      "Hash" : "202A54C1863AA24525E2A29071F5306ACAEB34894FF78A9414040C5F71A2B7FF",
      "MatchCount" : 0,
      "KeyCount" : 206,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 06:35:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 06:35:31 +0200",
  "Files" : [
    {
      "Hash" : "2AD3F4D650FCDA89FD8D13D905FA06AD393AC11D68087136AF2EFD350E4D53B9",
      "MatchCount" : 0,
      "KeyCount" : 266,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 06:35:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 06:35:31 +0200",
  "Files" : [
    {
      "Hash" : "97FC484B829D1D56613768F0F2264F8B9272B443D8D6610C7231BB23BB38400C",
      "MatchCount" : 0,
      "KeyCount" : 297,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 06:35:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-29 06:35:31 +0200",
  "Files" : [
    {
      "Hash" : "1422770A6DE37DCC70773E954FBEEA4927D10F4417B110D0A0148AFDE1813A1E",
      "MatchCount" : 0,
      "KeyCount" : 311,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-29 06:35:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 18:34:03 +0200",
  "Files" : [
    {
      "Hash" : "5F489488FC423E1E3D85FA8677F6A21EB27B00F6A439336446C70ABAF56DB142",
      "MatchCount" : 0,
      "KeyCount" : 9,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 18:34:03 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 18:34:03 +0200",
  "Files" : [
    {
      "Hash" : "5020FF0119FC436C6EB6208F7637B0267334469E703B2C08F24AD94E2C263E4B",
      "MatchCount" : 0,
      "KeyCount" : 32,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 18:34:03 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 18:34:03 +0200",
  "Files" : [
    {
      "Hash" : "AD9F9E2D7C64AEC0DE8D4460FFE153DA8ABC586836719D027995635703032FA0",
      "MatchCount" : 0,
      "KeyCount" : 74,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 18:34:03 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 18:34:03 +0200",
  "Files" : [
    {
      "Hash" : "FAFE4E047139139511B5C510DB8D08EC17789D43435D94124E513B6DB9DFB737",
      "MatchCount" : 0,
      "KeyCount" : 110,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 18:34:03 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 18:34:03 +0200",
  "Files" : [
    {
      "Hash" : "2177F966C82AF4EA698A5B6DC8A9E86D0FCF0BF3FE2B2EC70E872647CAFB3B1A",
      "MatchCount" : 0,
      "KeyCount" : 164,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 18:34:03 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 18:34:03 +0200",
  "Files" : [
    {
      "Hash" : "40A3E0366DDBFB9227881D67BE5C5B82F1B11098F1B22779DDE6ADC0C8066AEE",
      "MatchCount" : 0,
      "KeyCount" : 205,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 18:34:03 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 18:34:03 +0200",
  "Files" : [
    {
      "Hash" : "2AD3F4D650FCDA89FD8D13D905FA06AD393AC11D68087136AF2EFD350E4D53B9",
      "MatchCount" : 0,
      "KeyCount" : 266,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 18:34:03 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 18:34:03 +0200",
  "Files" : [
    {
      "Hash" : "97FC484B829D1D56613768F0F2264F8B9272B443D8D6610C7231BB23BB38400C",
      "MatchCount" : 0,
      "KeyCount" : 297,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 18:34:03 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 18:34:03 +0200",
  "Files" : [
    {
      "Hash" : "1422770A6DE37DCC70773E954FBEEA4927D10F4417B110D0A0148AFDE1813A1E",
      "MatchCount" : 0,
      "KeyCount" : 311,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 18:34:03 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 18:34:03 +0200",
  "Files" : [
    {
      "Hash" : "C3D7D1FC5AFC807ACE52F3C8E895B3DECC349559CC8D7E8D6F71ECB9E6265A3B",
      "MatchCount" : 0,
      "KeyCount" : 326,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 18:34:03 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 14:34:00 +0200",
  "Files" : [
    {
      "Hash" : "ADC199657391D0D89E8E17F7F9D048542510C5C09B72FF52399AA63C4781494B",
      "MatchCount" : 0,
      "KeyCount" : 158,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 14:34:00 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 14:34:00 +0200",
  "Files" : [
    {
      "Hash" : "D7EEEB48C84E799129F9CFB3DB30A1D81C0A83AE06EF9256298517DD79D78419",
      "MatchCount" : 0,
      "KeyCount" : 24,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 14:34:00 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 14:34:00 +0200",
  "Files" : [
    {
      "Hash" : "76AA9465BA9ADCE9EF40946E60A9678E7CFCD0EAF84F1EC065D037C2A3B5FDB6",
      "MatchCount" : 0,
      "KeyCount" : 66,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 14:34:00 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 14:34:00 +0200",
  "Files" : [
    {
      "Hash" : "B3C37BC7B1FEA4F81487A39B3398E316596842F525EEF6C1B3A08CB726BE91FB",
      "MatchCount" : 0,
      "KeyCount" : 102,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 14:34:00 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 14:34:00 +0200",
  "Files" : [
    {
      "Hash" : "92DD82D970BC460B70C15B56D7AFC6788D0323CF1798AD92319A489ACADF604B",
      "MatchCount" : 0,
      "KeyCount" : 200,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 14:34:00 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 06:46:45 +0200",
  "Files" : [
    {
      "Hash" : "9B578A839A6953FEFCBF32E5947717E0FDB8C206922C4E6C0610F71CA3BA79D3",
      "MatchCount" : 0,
      "KeyCount" : 254,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 06:46:45 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 06:46:45 +0200",
  "Files" : [
    {
      "Hash" : "A74D9E64037339AD73AE5C527C9AA1398920AAF750AC10AA3F27C41E2CAFA300",
      "MatchCount" : 0,
      "KeyCount" : 289,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 06:46:45 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 06:46:44 +0200",
  "Files" : [
    {
      "Hash" : "F6B3C36B5B54FAADCB61D466B37E706B81A3B888C4D830DD22DEB9FFDC5EB406",
      "MatchCount" : 0,
      "KeyCount" : 305,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 06:46:44 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-28 06:46:44 +0200",
  "Files" : [
    {
      "Hash" : "156606C28089599EFC05475A85C7B9F00C2028E3F88795257617AF00C25313A0",
      "MatchCount" : 0,
      "KeyCount" : 323,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-28 06:46:44 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 18:44:48 +0200",
  "Files" : [
    {
      "Hash" : "517E638DF8DB7B4E49B07F545F36BB73904BDC809446CF16586FECE095688F63",
      "MatchCount" : 0,
      "KeyCount" : 142,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 18:44:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 18:44:48 +0200",
  "Files" : [
    {
      "Hash" : "337AEADE2091E6DBFB03458BF85327002E09078D69DB30BFA9A28EB0AE36C12C",
      "MatchCount" : 0,
      "KeyCount" : 49,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 18:44:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 18:44:48 +0200",
  "Files" : [
    {
      "Hash" : "D4AD1AC988E741CB8CF19FC786B398104A0AADA0AA90634BBFFC0B725CAD42AB",
      "MatchCount" : 0,
      "KeyCount" : 7,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 18:44:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 18:44:48 +0200",
  "Files" : [
    {
      "Hash" : "80AA1C01377953D1D98E96E212B50366BB8ECADC3657DC08A2347FBF71973942",
      "MatchCount" : 0,
      "KeyCount" : 85,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 18:44:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 18:44:48 +0200",
  "Files" : [
    {
      "Hash" : "6CFE379F5C0FFFBC0956D902BA6010E90B61045525CEF78738481A00B75D7A64",
      "MatchCount" : 0,
      "KeyCount" : 187,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 18:44:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 18:44:48 +0200",
  "Files" : [
    {
      "Hash" : "74C1838415152DBB66D78CE61490C4C6ECB9CE86F02B0A9A656A20523901BEF1",
      "MatchCount" : 0,
      "KeyCount" : 252,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 18:44:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 18:44:48 +0200",
  "Files" : [
    {
      "Hash" : "2DEA1410DCDDA729A8110F537EAEC04FAE868E24939CD88269F92719A022A059",
      "MatchCount" : 0,
      "KeyCount" : 288,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 18:44:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 18:44:48 +0200",
  "Files" : [
    {
      "Hash" : "3B70D7B44F6031542CC2B4AE9C6F965B95DA84BB39299317E7D9C439CE83A534",
      "MatchCount" : 0,
      "KeyCount" : 304,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 18:44:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 18:44:48 +0200",
  "Files" : [
    {
      "Hash" : "E80B763D84B6C2BDA7F4B1F38ECEFFBCC87CFC9E3608D9F03ACA1B9899A9213A",
      "MatchCount" : 0,
      "KeyCount" : 322,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 18:44:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 18:44:48 +0200",
  "Files" : [
    {
      "Hash" : "972D86DD0F13D8BB14452FF46FDF1F28DFEFEB5FF44EFF76FBE5974302D7FB5F",
      "MatchCount" : 0,
      "KeyCount" : 326,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 18:44:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 14:32:13 +0200",
  "Files" : [
    {
      "Hash" : "0D752E64BEA7997E7E0DDF1D8394402FBEA6ADCB8908A7139F2F4908E63D1102",
      "MatchCount" : 0,
      "KeyCount" : 78,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 14:32:13 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 14:32:12 +0200",
  "Files" : [
    {
      "Hash" : "EE03A0913669A6B9109F78F8BE5FAD2A27D39CE7E2E041A9DCB22C597A51E2EA",
      "MatchCount" : 0,
      "KeyCount" : 41,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 14:32:13 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 14:32:12 +0200",
  "Files" : [
    {
      "Hash" : "794EBC227E0CFEBF1E9E58BE719FCDD5CBE8B7888214839021C3DA63F29D5FF5",
      "MatchCount" : 0,
      "KeyCount" : 134,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 14:32:12 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 14:32:12 +0200",
  "Files" : [
    {
      "Hash" : "B66AF88CA38292D2ED38E22B24EFC8587778972D9C5775A094F8A7B9AEBAD210",
      "MatchCount" : 0,
      "KeyCount" : 286,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 14:32:12 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 14:32:12 +0200",
  "Files" : [
    {
      "Hash" : "13B62D2AF407B6140CAADA28BAA3603D49B292031193B10960ACEABAACC22FBE",
      "MatchCount" : 0,
      "KeyCount" : 179,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 14:32:12 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 14:32:12 +0200",
  "Files" : [
    {
      "Hash" : "5C5EBBA2A818F368D12A3FEEFC6AEBD0BE3585232D141775E479249A17263D16",
      "MatchCount" : 0,
      "KeyCount" : 248,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 14:32:12 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 08:00:37 +0200",
  "Files" : [
    {
      "Hash" : "E61107D9BE3E3A27639B4CA4798C837BCA6F8AD8218DCCC2E52901EB03F36228",
      "MatchCount" : 0,
      "KeyCount" : 299,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 08:00:37 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 08:00:37 +0200",
  "Files" : [
    {
      "Hash" : "86D54CDF83B9443216D52E0EB5EA46132FB70D236710D6317EA499E9D836559A",
      "MatchCount" : 0,
      "KeyCount" : 319,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 08:00:37 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 08:00:36 +0200",
  "Files" : [
    {
      "Hash" : "25593AC50F2F113D9F11BF528FFAFFCD5DC94C50954808A47A2FA965F7F98957",
      "MatchCount" : 0,
      "KeyCount" : 325,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 08:00:36 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 04:00:31 +0200",
  "Files" : [
    {
      "Hash" : "755211B8EBC9A382ABCD89F79720B5AA8FF99238729D04DA011EF55FDD986F90",
      "MatchCount" : 0,
      "KeyCount" : 165,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 04:00:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 04:00:31 +0200",
  "Files" : [
    {
      "Hash" : "23827728C8C7A0492EF75EC7B531553157FB748B3C7E045AE1BF62E1E72E725C",
      "MatchCount" : 0,
      "KeyCount" : 117,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 04:00:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 04:00:31 +0200",
  "Files" : [
    {
      "Hash" : "2EE39D413AEBB1600227898851EC18BF3587F25143DB6E15212E0F6B690BDE0D",
      "MatchCount" : 0,
      "KeyCount" : 236,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 04:00:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 04:00:31 +0200",
  "Files" : [
    {
      "Hash" : "061063F7AA6554D838EC5D98CD31B75E19D861D95B7601643115B950E0127908",
      "MatchCount" : 0,
      "KeyCount" : 280,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 04:00:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 04:00:31 +0200",
  "Files" : [
    {
      "Hash" : "873650ED42B18CB259C9B9881CC4D6A3E91BBF6F291CFD5774CAFB49F038B8D0",
      "MatchCount" : 0,
      "KeyCount" : 60,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 04:00:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 04:00:31 +0200",
  "Files" : [
    {
      "Hash" : "2F0F4984FEADF2E4F1F931C31BC5BF21549E905B43EAC49D89A6FEC30794C655",
      "MatchCount" : 0,
      "KeyCount" : 16,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 04:00:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 04:00:31 +0200",
  "Files" : [
    {
      "Hash" : "E61107D9BE3E3A27639B4CA4798C837BCA6F8AD8218DCCC2E52901EB03F36228",
      "MatchCount" : 0,
      "KeyCount" : 299,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 04:00:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 04:00:31 +0200",
  "Files" : [
    {
      "Hash" : "25593AC50F2F113D9F11BF528FFAFFCD5DC94C50954808A47A2FA965F7F98957",
      "MatchCount" : 0,
      "KeyCount" : 325,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 04:00:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-27 04:00:31 +0200",
  "Files" : [
    {
      "Hash" : "86D54CDF83B9443216D52E0EB5EA46132FB70D236710D6317EA499E9D836559A",
      "MatchCount" : 0,
      "KeyCount" : 319,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-27 04:00:31 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-26 10:32:09 +0200",
  "Files" : [
    {
      "Hash" : "8260C08DAC210ACC6219B3794DC60191E86C63DABD0DFF31BE2065967555C81B",
      "MatchCount" : 0,
      "KeyCount" : 18,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-26 10:32:09 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-26 10:32:09 +0200",
  "Files" : [
    {
      "Hash" : "ADB5E7762FB76252BDF79BB6AAD67034978F2A3865B5CCA443B84C12608455D9",
      "MatchCount" : 0,
      "KeyCount" : 76,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-26 10:32:09 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-26 10:32:09 +0200",
  "Files" : [
    {
      "Hash" : "904AA0CDB28D8A27F8B2EAB4CBCC1D2D64FE87F83FB222DF837906A018EE619B",
      "MatchCount" : 0,
      "KeyCount" : 125,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-26 10:32:09 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-26 10:32:09 +0200",
  "Files" : [
    {
      "Hash" : "826449BEFC00430E0444FFFC12C3870E345F5674FF23715847A80C69A6D2FEA2",
      "MatchCount" : 0,
      "KeyCount" : 206,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-26 10:32:09 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-26 10:32:09 +0200",
  "Files" : [
    {
      "Hash" : "07DA7DECBA1A39F223C3B44A7ED6986D9ADAB9BC7DA94AAA25C2B4B389FBA2A1",
      "MatchCount" : 0,
      "KeyCount" : 254,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-26 10:32:09 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-26 10:32:09 +0200",
  "Files" : [
    {
      "Hash" : "5725F797C356787148D4BF4033E010DBD5315A3823C1B48D82465376DF203476",
      "MatchCount" : 0,
      "KeyCount" : 321,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-26 10:32:09 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-26 10:32:09 +0200",
  "Files" : [
    {
      "Hash" : "D12835F479B03A70D68932F35165ED19CEF200A825EE9D52B3241F3EAEB3A297",
      "MatchCount" : 0,
      "KeyCount" : 281,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-26 10:32:09 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-26 10:32:09 +0200",
  "Files" : [
    {
      "Hash" : "F73EB7E12818B4110175A1FB3AA7E609BFCE7F61ABE2C39691F07A90E598AC0E",
      "MatchCount" : 0,
      "KeyCount" : 309,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-26 10:32:09 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-26 06:53:30 +0200",
  "Files" : [
    {
      "Hash" : "87810193BA0A92E8F477C2A2672C24FD0B8A08F5F24B4AF2857DF25C89D9E782",
      "MatchCount" : 0,
      "KeyCount" : 350,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-26 06:53:30 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 22:44:11 +0200",
  "Files" : [
    {
      "Hash" : "5475D7CB64B40125759549BB138028D1B6FD6FA8CAB92D87E101311CB506BEF5",
      "MatchCount" : 0,
      "KeyCount" : 74,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 22:44:11 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 22:44:11 +0200",
  "Files" : [
    {
      "Hash" : "AA33EFE6F81C21CBE42C00A32F692B396B417B20190C4B2447049AD1CEEBA8E9",
      "MatchCount" : 0,
      "KeyCount" : 5,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 22:44:11 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 22:44:11 +0200",
  "Files" : [
    {
      "Hash" : "016E7FE8DD1767EAC4A1A64F6B18F7FFD8505CC526A1C2BFC6CF1DCAEC041CF7",
      "MatchCount" : 0,
      "KeyCount" : 123,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 22:44:11 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 22:44:11 +0200",
  "Files" : [
    {
      "Hash" : "222BDEFE6C1068E3F601B09BD9694BB4600C5E341391281944DEE89B0BE76126",
      "MatchCount" : 0,
      "KeyCount" : 205,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 22:44:11 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 22:44:11 +0200",
  "Files" : [
    {
      "Hash" : "5CB6767C4A3E820C3D5BDB0AEC8F9B2521391921941115C60F7ED5011E1A2053",
      "MatchCount" : 0,
      "KeyCount" : 253,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 22:44:11 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 22:44:11 +0200",
  "Files" : [
    {
      "Hash" : "6A950A2529F4BA91868D65345D08279B8056E8B2A8699A0494E39958FE313E24",
      "MatchCount" : 0,
      "KeyCount" : 280,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 22:44:11 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 22:44:11 +0200",
  "Files" : [
    {
      "Hash" : "BC301A86BEB2941274DDB636D936569B3814DCC515554A6C0A929F225E900C79",
      "MatchCount" : 0,
      "KeyCount" : 308,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 22:44:11 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 22:44:11 +0200",
  "Files" : [
    {
      "Hash" : "5725F797C356787148D4BF4033E010DBD5315A3823C1B48D82465376DF203476",
      "MatchCount" : 0,
      "KeyCount" : 321,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 22:44:11 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 22:44:11 +0200",
  "Files" : [
    {
      "Hash" : "87810193BA0A92E8F477C2A2672C24FD0B8A08F5F24B4AF2857DF25C89D9E782",
      "MatchCount" : 0,
      "KeyCount" : 350,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 22:44:11 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 22:44:11 +0200",
  "Files" : [
    {
      "Hash" : "6A884B4D27B29E2464299C624E49F71B7A48B4B874FC0CB533DB3F14E6316F0E",
      "MatchCount" : 0,
      "KeyCount" : 364,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 22:44:11 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 08:05:55 +0200",
  "Files" : [
    {
      "Hash" : "E4B1222B069D913AFAC5BA9E92F135F89BB22F6090F49EFAF7A8651C742DF812",
      "MatchCount" : 0,
      "KeyCount" : 248,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 08:05:55 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 08:05:55 +0200",
  "Files" : [
    {
      "Hash" : "92E514709347ED881481F25DE48EC9149A4E2B05A69038A27446F13E707C77D0",
      "MatchCount" : 0,
      "KeyCount" : 16,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 08:05:55 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 08:05:55 +0200",
  "Files" : [
    {
      "Hash" : "D23FD900FE88DC309CD4A9AD5367E6B18212AB38BBA2EAB36DB63354C746191A",
      "MatchCount" : 0,
      "KeyCount" : 69,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 08:05:55 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 08:05:55 +0200",
  "Files" : [
    {
      "Hash" : "46748828C7C090D7D8A5628FF97AFD323B65A606A83A936EA02494C9C1A83EDC",
      "MatchCount" : 0,
      "KeyCount" : 150,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 08:05:55 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 08:05:55 +0200",
  "Files" : [
    {
      "Hash" : "0EB46740BB7B6DE9B61C58819FC426FBBBCA27C98C7F508454AF7790810B217F",
      "MatchCount" : 0,
      "KeyCount" : 205,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 08:05:55 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 08:05:55 +0200",
  "Files" : [
    {
      "Hash" : "58CED38247AE9079E0B0DF28B486F33D85685BD03955646A57B860A27BBDAD75",
      "MatchCount" : 0,
      "KeyCount" : 289,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 08:05:55 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 08:05:55 +0200",
  "Files" : [
    {
      "Hash" : "0AB76CA4FA6B69CF9671E8421D2CA184B3B35189C15BF509E2BF292E1A5E1AED",
      "MatchCount" : 0,
      "KeyCount" : 306,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 08:05:55 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 08:05:55 +0200",
  "Files" : [
    {
      "Hash" : "38A0FC20B8EA740A3B52C9C8773BDA5C1F20585EA25D2536382F66629A23FF36",
      "MatchCount" : 0,
      "KeyCount" : 338,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 08:05:55 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-25 08:05:55 +0200",
  "Files" : [
    {
      "Hash" : "C74461E2E543D935D9830F8C7644C5BEDC198151734FF426C623004C05E51AB3",
      "MatchCount" : 0,
      "KeyCount" : 356,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-25 08:05:55 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 18:13:49 +0200",
  "Files" : [
    {
      "Hash" : "A611A5AF7C23997D811675719EF45D04CF23C01F566183A329A14D3BF5D49DF6",
      "MatchCount" : 0,
      "KeyCount" : 3,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 18:13:49 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 18:13:49 +0200",
  "Files" : [
    {
      "Hash" : "2E0895F18B6A2474AFB76180CECC924A4AD866851169CF4763F4DB366FA01FD4",
      "MatchCount" : 0,
      "KeyCount" : 92,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 18:13:49 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 18:13:49 +0200",
  "Files" : [
    {
      "Hash" : "7FC4B96025FBC04B60EBF840CC1556AAA94BDE139A2B8A83083C1369E8B16F1D",
      "MatchCount" : 0,
      "KeyCount" : 147,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 18:13:49 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 18:13:49 +0200",
  "Files" : [
    {
      "Hash" : "38F0A1423A9BA6FCD287142E2DEF3321DC7457F968790B48A080202C80973028",
      "MatchCount" : 0,
      "KeyCount" : 195,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 18:13:49 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 18:13:49 +0200",
  "Files" : [
    {
      "Hash" : "749B6E6822F26B78674A2D6950130D283C94D06ABD0E38E2C00E1CA640EBE11F",
      "MatchCount" : 0,
      "KeyCount" : 243,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 18:13:49 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 18:13:49 +0200",
  "Files" : [
    {
      "Hash" : "FAE09354710C356E0411F09A07837F3F5AC1E2137F5FEAD0A390CDACA03ACD0B",
      "MatchCount" : 0,
      "KeyCount" : 278,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 18:13:49 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 18:13:49 +0200",
  "Files" : [
    {
      "Hash" : "741DFA5701AB44361F5D5AD188EF013BA4BE8B17B80CCC501FD2D9422BA24BBB",
      "MatchCount" : 0,
      "KeyCount" : 316,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 18:13:49 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 18:13:48 +0200",
  "Files" : [
    {
      "Hash" : "796CECA6506EFF551EB376F03293AFBEF96797F9425E3A23CBBEA5558CEC6F13",
      "MatchCount" : 0,
      "KeyCount" : 342,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 18:13:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 18:13:48 +0200",
  "Files" : [
    {
      "Hash" : "6A21DF52BAEBC913C4E39B9653371892215A6AA7AF8DA051988BF688B4C3F526",
      "MatchCount" : 0,
      "KeyCount" : 357,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 18:13:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 18:13:48 +0200",
  "Files" : [
    {
      "Hash" : "B340103A7252A83346317E93B0868AF4B2354B97D7C2D0B9951E3FE63C98CB3E",
      "MatchCount" : 0,
      "KeyCount" : 353,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 18:13:48 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 14:13:35 +0200",
  "Files" : [
    {
      "Hash" : "3D92880E19E45D23CA8CB74D72B1F9F454D3D18490989539DF44BE595037A03D",
      "MatchCount" : 0,
      "KeyCount" : 1,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 14:13:35 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 14:13:35 +0200",
  "Files" : [
    {
      "Hash" : "305639FD6B70D2FCBC474F2BB650B34B3A53328C32D6EDBFBC40C1A8186CC1AC",
      "MatchCount" : 0,
      "KeyCount" : 309,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 14:13:35 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 14:13:35 +0200",
  "Files" : [
    {
      "Hash" : "B92CB9402300562C6471C243318F5092104A5D9505FE78DBF970C7E0134E5640",
      "MatchCount" : 0,
      "KeyCount" : 61,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 14:13:35 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 14:13:35 +0200",
  "Files" : [
    {
      "Hash" : "F8E37F014408C00CC1521EB64DC220A267A780A270823B7F10EFE454E3C401F4",
      "MatchCount" : 0,
      "KeyCount" : 166,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 14:13:35 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 14:13:35 +0200",
  "Files" : [
    {
      "Hash" : "4AEA8EE76E7C21F7A4718AC93BB7B65F96191F917FDF8EE2EAB6BB18FAC1F66E",
      "MatchCount" : 0,
      "KeyCount" : 119,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 14:13:35 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 14:13:35 +0200",
  "Files" : [
    {
      "Hash" : "DB1DEBA6F5413B4A205A2700D90F32EF14D47CD2791926A7203AEECE4E262D0B",
      "MatchCount" : 0,
      "KeyCount" : 219,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 14:13:35 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 14:13:35 +0200",
  "Files" : [
    {
      "Hash" : "D8E7EED64D6AF77071F7C90140AB94DF258C1BD7150994F719BC95E7BF80A23E",
      "MatchCount" : 0,
      "KeyCount" : 258,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 14:13:35 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 14:13:35 +0200",
  "Files" : [
    {
      "Hash" : "39926D946F441907FC0D3DCF6CA3C2CBDB3C320912812401931E57F532377A3A",
      "MatchCount" : 0,
      "KeyCount" : 355,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 14:13:35 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 14:13:35 +0200",
  "Files" : [
    {
      "Hash" : "CF42203D3BDF10B3127D199DB8D4B530BAA62FFAAD13F0DD199B347AD004D372",
      "MatchCount" : 0,
      "KeyCount" : 340,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 14:13:35 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
},
{
  "Timestamp" : "2020-09-23 14:13:35 +0200",
  "Files" : [
    {
      "Hash" : "3851208F7F848B423EA572CC25980305DB5762962AEE86FFCEB2CCCC1196CBB6",
      "MatchCount" : 0,
      "KeyCount" : 352,
      "AppBundleIdentifier" : "ch.admin.bag.dp3t",
      "Timestamp" : "2020-09-23 14:13:35 +0200"
    }
  ],
  "AppBundleIdentifier" : "ch.admin.bag.dp3t"
}

], "DeviceProductType" : "iPhone12,5" }

353A18DA-1E65-4E5A-BFBB-20C1B96FD00C

OttoVerbraucher commented 4 years ago

@OttoVerbraucher The iOS app will send a notification after 36h when no background task was executed

I have never seen such a notification.

According to the developers, this issue should be fixed with iOS 14.0.1

Today - with iOS 14.0.1 again "1 Begegnung mit niedrigem Risiko!, but all match counts = 0.

ndegendogo commented 4 years ago

Yes.

The machCount will be corrected in the next iOS release.

But no specific version mentioned here

According to the developers, this issue should be fixed with iOS 14.0.1

Well, this statement is outdated - or just a misunderstanding?

Could be fixed in iOS 14.2 Public Beta 2.

This is the current expectation

Ein-Tim commented 4 years ago

@OttoVerbraucher

I have never seen such a notification.

Please see my comment here.

OttoVerbraucher commented 4 years ago

@Ein-Tim Thx!

I summarise.

  1. This Apps gives false positives on a regular basis, one or two times (my experience) every other month.
  2. On some (many? most?, all?) devices the app stops working at all after few days, if you do set and forget, what most people do, I assume. No difference, compared to not having the app for most people!
  3. There is almost no information for the enduser before, while and after downloading the app how to deal with this issues, nearly 4 month past introduction.

This bug starts to rise questions in mass media: https://www.zeit.de/digital/mobil/2020-10/corona-warn-app-infektion-kontakte-warnungen-smartphone

ndegendogo commented 4 years ago

This Apps gives false positives on a regular basis, one or two times (my experience) every other month.

@OttoVerbraucher I don't understand. This app records if a positive tested person was "near" you. Such an encounter is NOT a statement that you are infected. Fortunately, not every encounter results in an infection. On the other hand, even when the app shows no encounter, this gives you no guarantee. Because an infected person without the app cannot be measured.

So the app by itself gives you no protection. And the app cannot replace a lab test. Conform to the recommendations, keep your distance - this will reduce your risk.

OttoVerbraucher commented 4 years ago

@ndegendogo You're wright. False positiv is misleading and polemic. The app gives wrong information over contacts. Because this information is, what the app is all about, reliability should bi extra important here.

ndegendogo commented 4 years ago

The app gives wrong information over contacts.

@OttoVerbraucher I still don't understand. This Bluetooth-Low-Energy (BLE) is NOT a technology for high-precision measurement of distance - do you mean this? All distance numbers are only an estimation, based on the signal strength. Also the BLE sends beacons "all the time" (5 sec granularity), but receives only with granularity of 5 minutes. So a single match can mean anything between 1 sec and 10 minutes. And a double match anything between 5 and 15 minutes.

These facts are well-known. Still the decision was in favour of BLE, because: it is available on all modern smartphones. A true high-precision measurement device would be expensive, and so the number of people who would buy and use such a device would be low.

So, even if, with all its technical limitations, cwa simply cannot capture ALL contacts 100% precisely, it can still capture a good fraction; and so contribute, besides the other well-known measures (AHA+L).

jajoho commented 4 years ago

I have the same issue. CWA shows me 1 encounter with low risk even when exposure log does not show any matches.

Ein-Tim commented 4 years ago

@jajoho Since I don't know if you read the whole thread here, just to inform you: This, wrong, behavior will be fixed with iOS 14.2, until then there is nothing you or the Developers could do about it.

jajoho commented 4 years ago

@Ein-Tim Thanks! I haven't read all of it. It is a bit too much ;)

OttoVerbraucher commented 4 years ago

This Bluetooth-Low-Energy (BLE) is NOT a technology for high-precision measurement of distance - do you mean this?

No. Nothing is perfect, I know. My point is, the app is going to stop and doing nothing with the BLE measurements ("Risiko-Ermittlung gestoppt"). For the user then there is zero difference to not having the app. See #916, #1144, #1153.

ndegendogo commented 4 years ago

@OttoVerbraucher yes, true.

Are you affected by such an issue? If yes, I recommend that you comment on one of those tickets you mentioned, and give details about your device type, iOS version and cwa version. The focus of this ticket here is different.

Bernhard387 commented 4 years ago

Hey everybody, Puh ... what a ... discussion. I understood that it will be fixed in iOS 14.02.

For the layman speaking it means that the "Abgeglichene Schlüssel 0" issue is a logging issue only?

The app properly notifies matching positive keys? So what matters is the encounters reported by the "app"?

Sorry for warming this up. I was just hoping to get more information on details about the suspicious potential contacts (which are diffucult to explain, my only explanation so far is the locker in a fitness studio where I left my mobile for about 2 hours, stupidly switched on. I am still waiting for my PCR test result.

That's the only reason why I, as a layman, looked into the "logfile" at all.

Thanks for your efforts to make this world a safer place.

Regards Bernhard

Ein-Tim commented 4 years ago

For the layman speaking it means that the "Abgeglichene Schlüssel 0" issue is a logging issue only?

Correct, this is a logging Issue.

The app properly notifies matching positive keys? So what matters is the encounters reported by the "app"?

Also correct, the Encounters by the App are the ones which matter and the app is properly notify if there was a match.

daimpi commented 4 years ago

Hi @Bernhard387

For the layman speaking it means that the "Abgeglichene Schlüssel 0" issue is a logging issue only?

Yes this is correct. Unfortunately there is nothing of additional value the log would tell you even if it had been working properly… the only additional thing you could find out there is the day when the ppl you had contact with uploaded their keys (e.g. by using EN analyzer).

But the much more interesting info (the day of your encounter) is already visible for you b/c you actually had a red encounter (even though the way this is presented in CWA has definitely room for improvement, see here and here).

thomasaugsten commented 3 years ago

This issue is now fixed in iOS 14.1

Ein-Tim commented 3 years ago

iOS 14.1 has been released and it solves this Issue. If you can confirm this @ferdinand, I think the Issue can be closed

ferdinand commented 3 years ago

@Ein-Tim Since I'm already on the iOS 14.2 Public Beta I can't confirm that 14.1 fixes this issue. So I'll leave it to the team to close it.