From 6ecfadf153f7913fb29d7a01b8133ff0b09afe1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Fri, 11 Sep 2020 11:40:45 -0700 Subject: [PATCH] Remove unique device IDs Neither Android nor iOS allows these to be accessed anymore. --- _sections/home-english.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/_sections/home-english.md b/_sections/home-english.md index a17eaeb..d210d51 100644 --- a/_sections/home-english.md +++ b/_sections/home-english.md @@ -287,9 +287,7 @@ XLSForm has a number of data type options available for meta data collection: | start | Start date and time of the survey. | | end | End date and time of the survey. | | today | Day of the survey. | -| deviceid | IMEI (International Mobile Equipment Identity) | -| subscriberid | IMSI (International Mobile Subscriber Identity) | -| simserial | SIM serial number. | +| deviceid | Unique client identifier. Can be user-reset. | | phonenumber | Phone number (if available). | | username | Username configured (if available). | | email | Email address configured (if available). | @@ -305,8 +303,6 @@ For example, if you wanted to collect all of these types of metadata, put the fo | end | end | | | | today | today | | | | deviceid | deviceid | | | -| subscriberid | subscriberid | | | -| simserial | simserial | | | | phonenumber | phonenumber | | | | username | username | | | | email | email | | |