question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove FAQ information for versions below minimum supported

See original GitHub issue

Current Implementation

The FAQs include information for all released versions.

The minimum supported versions are listed on:

https://github.com/corona-warn-app/cwa-server/blob/main/services/distribution/src/main/resources/application.yaml

    app-versions:
      latest-ios: ${IOS_LATEST_VERSION:1.5.3}
      min-ios: ${IOS_MIN_VERSION:1.5.3}
      latest-android: ${ANDROID_LATEST_VERSION:1.0.4}
      min-android: ${ANDROID_MIN_VERSION:1.0.4}
      # With ENF v2 Android apps are versioned by Version Code and not by Semantic Versioning
      min-android-version-code: ${ANDROID_MIN_VERSION_CODE:31}
      latest-android-version-code: ${ANDROID_LATEST_VERSION_CODE:31}

If a user tries to run a CWA version before the minimum version they will get a message that they need to update. They cannot access any other functionality of the app until they have updated.

Suggested Enhancement

Since it is not possible to use a CWA app which is below the minimum version, in general any information in the FAQs regarding app versions before the minimum can be removed:

Android iOS
1.0.4 1.5.3

Expected Benefits

Simplify the FAQ and reduce it to information relevant to app versions which can be used.

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Ein-Timcommented, Nov 21, 2022

@MikeMcC399

If there is no answer by the time 3.0 is released maybe it would make sense to open a separate issue for it.

Agreed! Thanks!

1reaction
MikeMcC399commented, Nov 21, 2022

There is not much which can be updated, especially because the minimum Android app version is 1.0.4.

There are two iOS troubleshooting article which could be updated because they refer to fixes which were put in place before the minimum supported version (1.5.3) was released:

https://www.coronawarn.app/en/faq/results/#migration_Apple

migration_Apple

https://www.coronawarn.app/en/faq/results/#app_does_not_open

app_does_not_open


I suggest changing the text to:

migration_Apple new app_does_not_open new


I will wait for feedback first. If the suggestion looks good then I will submit a corresponding PR to make the changes (also for the German texts).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Lifecycle FAQ - Fixed Policy - Microsoft Learn
What is the Lifecycle Policy for minor releases of major products? How is a component supported under the Fixed Lifecycle Policy?
Read more >
Target API level requirements for Google Play apps
To provide Android and Google Play users with a safe experience, Google Play requires all apps to meet target API level requirements listed...
Read more >
Frequently Asked Questions | U.S. Department of the Treasury
How does OFAC interpret indirect ownership as it relates to certain complex ownership structures? ... 5. How do I determine if I have...
Read more >
I-864 Affidavit of Support (FAQs) - travel.gov
Petitioners must meet a minimum income level, called the Federal Poverty Guidelines, in order to financially sponsor a visa applicant. The Poverty Guidelines...
Read more >
Amazon EKS Kubernetes versions - AWS Documentation
For more information about Kubernetes releases, see Amazon EKS Kubernetes release calendar and Amazon EKS version support and FAQ.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found