Contact tracing apps could be used to control the COVID-19 outbreak. Most of them work by automatically registering another smartphone when it is too close for an extended period of time. Then if a user tests positive for Coronavirus in the future, the contact tracing app notifies these contacts. Some countries like Singapore and Australia have already adopted or rolled out their own contact tracing apps. Concerns have been raised about misuse of personal data.
Initial data suggests there has been slow uptake of this new technology by users, and it's unclear if contact tracing apps have had or will have an effect on the pandemic.
Contact tracing apps could be used to control the COVID-19 outbreak. Most of them work by automatically registering another smartphone when it is too close for an extended period of time. Then if a user tests positive for Coronavirus in the future, the contact tracing app notifies these contacts.
Some countries like Singapore and Australia have already adopted or rolled out their own contact tracing apps.
Concerns have been raised about misuse of personal data.
Initial data suggests there has been slow uptake of this new technology by users, and it’s unclear if contact tracing apps have had or will have an effect on the pandemic.
This article was updated on 14 May with information on the UK’s contact tracing app. The source code is now openly available. It has been confirmed that the app will be built on a centralised system and will work with anonymous tokens. Concerns about app and phone compatibility, and privacy have been voiced.
Another update on 3 July includes changes on the Government’s contact tracing app strategy. The UK Government announced on June 18 that it would be trialling an app released by Apple and Google instead of the NHSX app which was trialled on the Isle of Wight.
Apple and Google jointly released a software tool, known as an Application Programming Interface (API), to allow decentralised contact tracing apps to access additional functionality,
Reports from various countries suggest low download rates of contact tracing apps.
The Joint Committee on Human Rights has warned against the national roll out of an app in the UK unless privacy protections are guaranteed.
This article was originally published on 1 May and will be updated as the research progresses.
Contact tracing is the process of identifying all the people who have come into contact with an infected individual so they can be warned that they may be at risk of illness. Based on factors such as the closeness and duration of the contact, decisions can be made about whether those at risk need to act (for example, by taking a test for the infection or self-isolating). Mobile phone apps can automate this process by detecting when people come into close contact and notifying users that they may be at risk. One of the reasons that COVID-19 is difficult to contain is that transmission can occur from individuals without symptoms and estimates suggest that 5–80% of cases have minimal symptoms. Contact tracing increases the chances of identifying these cases and isolating them.
Many governments and public health bodies across the world are showing interest in developing contact tracing apps to support the fight against COVID-19. For example, the contact tracing app TraceTogether, which can be downloaded on a voluntary basis, was introduced in Singapore in March. The Australian Department of Health released their contact tracing app COVIDSafe, which is based on TraceTogether, in April. Apps, or frameworks upon which apps can be built, are currently being developed for use in many other countries, including a number of efforts across Europe. In June, apps were released in many European countries including France, Denmark, Italy and Germany.
Manual tracing has been widely used in the past to tackle a range of diseases, from Ebolavirus to sexually transmitted infections. It relies on a person’s ability to accurately recall their movements, is time and labour intensive, and does not easily allow contacts who are strangers to be identified.
Contact tracing using mobile apps is a new and relatively untested technology, but potentially allows for quicker and more precise tracing because it uses automated data collection and analysis. Research has indicated that the spread of COVID-19 is too fast to be contained by manual contact tracing alone, but containment would be possible using a more efficient method involving a mobile app. However, apps cannot be used by those who do not own a smartphone, may face difficulties with accurately determining when contact has been made and have prompted concerns about privacy and data protection.
How do contact tracing apps work?
Contact tracing apps work by digitally tracking who an individual has come into contact with. When two people come within a certain distance of each other, their phones exchange ‘tokens’ (unique identifying numbers) that have been allocated to each phone. The app stores a list of the tokens belonging to all contacts they have made over a given period. If an individual begins to show symptoms of COVID-19, or tests positive for the virus, the app is notified. It can then alert other users that they may be at risk of infection if the infected person’s token is stored in their phone.
When designing an app to carry out this process, different technical specifications can be chosen to suit specific functions or meet certain standards of accuracy, security and user privacy.
Measuring proximity
Most contact tracing apps, including the NHSX app tested on the Isle of Wight, use a type of Bluetooth known as ‘Bluetooth low energy’ to exchange information between devices. A phone can estimate the distance to another Bluetooth device by measuring the signal strength received from the other device. This measures the proximity of other devices but not their absolute location. This is one reason why Bluetooth is generally preferred over other sources of location data; by not measuring absolute location, less identifiable personal data are collected. Norway’s app collected users’ location data via GPS rather than Bluetooth and was suspended on 16 June after the country’s data protection agency raised concerns that the app’s use of location data was unnecessarily invasive to privacy.
However, Bluetooth also has limitations, particularly the accuracy of its proximity measurements. For example, the radio waves used by Bluetooth can penetrate physical objects so there is a risk of false positives if people are a few metres apart but separated by a wall. There is also a risk of false negatives if the phone is in a bag or pocket that could weaken the signal, making it seem as if it is coming from further away. Research suggests that the orientation of a phone can also change the strength of Bluetooth signal received and this could make distance measurements unreliable.
Having a phone’s Bluetooth constantly switched on could also pose a security risk. The Bluetooth chip in a phone is designed to broadcast a unique identifier which could be collected by third parties in the vicinity or other apps on the phone and used for malicious purposes such as tracking. Bluetooth can also be used to attack phones by uploading malicious software.
This diagram shows how a tracing app could work. In scenarios like commuting where people are in close proximity for long stretches of time, contact tracing apps can passively exchange tokens with nearby users. Then if a user had suspected COVID-19, their app can notify the people who have recently exchanged tokens with that user.
User anonymity
It is generally agreed that, to protect an individual’s privacy and prevent surveillance, the unique tokens that the app broadcasts for exchange between contacts should be anonymised and not derived from personal details such as names or phone numbers. EU guidelines recommend that tokens are generated randomly and changed on a regular basis to protect users against tracking by third parties.
Most apps currently use approaches that minimise data collection and storage, and manage data using either a ‘decentralised’ or ‘centralised’ model.
Decentralised models: data are managed locally on a user’s device and as little sensitive data as possible is shared with the app authority.
Centralised models: data are shared with a central server managed by the authority which carries out data processing and/or storage.
In both cases, experts recommend that data are deleted once the risk of infection has passed. The NHSX app, built on a centralised model, deleted data from a user’s phone every 28 days, but data on the centralised server was retained for future NHS research. The EU recommends deletion of data 14–16 days after contact. They also recommend that the source code and protocol for the app is published so that the use and collection of data is well understood.
In April, 300 academics from across the world signed a letter warning against the adoption of centralised models as, even with anonymous tokens, the centralised data could be deanonymised and used for surveillance purposes. The Ada Lovelace Institute, an independent research body, has recommended that Parliament works to impose strict time and purpose limits on the use of contact tracing apps in the UK.
However, an advantage of a centralised system is that anonymised data in the central database could be used for research into the effectiveness of the app and understanding the spread of the virus. In a decentralised model, users could be given the option of volunteering their data for this purpose. Many countries, including the UK, initially pursued a centralised approach that would allow them to collect data to research the spread of the virus. However, Apple and Google, as well as some academic groups, supported a decentralised model. The European Parliament has voted to support the adoption of decentralised apps.
In May, Apple and Google jointly released a software tool, known as an Application Programming Interface (API), to allow decentralised contact tracing apps to access additional functionality, such as the ability to run as a background process, which is usually denied to apps for security reasons. Apple and Google have stated that only apps developed by public health authorities will be able to use the API and these apps must meet certain security, privacy and data control standards.
There has been some controversy surrounding the power exercised by Google and Apple over sovereign governments as they decide which apps are able to use their API. Privacy experts have generally welcomed the privacy protections implemented by Apple and Google but have suggested further privacy enhancements should be implemented and have recommended that both companies allow the code underlying their software to be independently audited. Some of the countries that initially planned to use a centralised approach, including Germany and Italy, switched to a decentralised model before their apps were released to allow them to make use of the API.
The only way to be certain that an individual has contracted the virus is to test them. Hence, many experts suggest that contact tracing apps are of greatest use when used in combination with widespread testing so that the app has the most accurate data. A password or authorisation key can be used to ensure only official, verified test results are uploaded. Many practitioners advocate obtaining consent before uploading test results as this may help maintain public trust. In addition to informing the app of test results, some practitioners suggest that users should be able to self-report their symptoms. Although this could reduce the risk of infection whilst users await test results, it could also lead to false positives. Australia’s app requires a positive diagnosis of COVID-19 before the app is notified of an infection. The NHSX app trialled on the Isle of Wight allowed users to self-report symptoms.
User engagement with apps
Apps may offer users recommendations such as checking symptoms, reporting to a test centre or self-isolating. Some commentators have expressed concerns that lack of interaction with a human health official could increase anxiety and reduce trust in the app’s advice. In Singapore, a health professional makes contact with the app user to decide an appropriate action following an alert. One of the leading developers of Singapore’s tracing app has cautioned against over reliance on apps for contact tracing as interaction with health officials can provide more assurance to the public. Lord Bethell of Romford, the Minister for Innovation at the Department of Health and Social Care, told the Commons Science and Technology Committee that the Isle of Wight trial had demonstrated the importance of human contact to reassure the public during the contact tracing process, rather than relying too heavily on an app.
Mobile phones offer a useful resource for contact tracing because they are widely used. However, smartphone use is much lower amongst the elderly, who are most at risk from COVID-19. Furthermore, some smartphones, about 12% of phones in active use in the UK, do not support the type of Bluetooth used by most apps. Experts generally agree that apps should complement ongoing manual contact tracing efforts, which would be needed to support those without access to compatible smartphones. Singapore is now distributing wearable Bluetooth devices with the same functionality as their app to circumvent some of the problems with using mobile phones.
EU guidelines say that it is essential that app use remains voluntary to maintain public cooperation. Commentators have expressed concerns that citizens could be coerced into using an app in some settings, for example an airline might forbid someone from flying if they do not have the app installed, or social pressure could dictate that those who have not downloaded the app are irresponsible. Some academics have suggested that protection from coercion in this way should be explicitly written into law. The Joint Committee on Human Rights has warned against the national roll out of an app in the UK unless privacy protections are guaranteed by legislation and the efficacy and benefits of the app are clear and frequently reviewed.
Research studies involving thousands of people have allowed scientists to test which drugs are effective at treating COVID-19. Several drug therapies are now available to treat people who are in hospital with COVID-19, or to prevent infections in vulnerable people becoming more serious. This briefing explains which drugs are available, the groups of people in which they are used and how they work. It also outlines the importance of monitoring the emergence of new variants and drug resistance.
A new generation of COVID-19 vaccines could support vaccination strategies in the long term. But what are the latest developments from preclinical and clinical trials?
The Omicron variant of the SARS-CoV-2 virus, which causes COVID-19, has been found across the world since it was first detected in early November 2021. This article describes the characteristics of the variant and its health impacts. It also discusses vaccine effectiveness against the variant and the medium and long-term outlook for the future course of the pandemic.