From c7b0462cbf200fb847958ccf3b9c73f7da9c9cae Mon Sep 17 00:00:00 2001 From: Arthur Ariel Sabintsev Date: Wed, 2 May 2018 22:29:10 -0400 Subject: [PATCH] Updated issue template again --- ISSUE_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index fc0e757..ba9b9c5 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -22,4 +22,5 @@ Common Issue #4: > "Infinite Looping of App Store Prompt" If you use the `.force` update option and your app prompts the user to download the latest version from the App Store, and the latest verison happens to be unavailable, an infinite loop will occur. This is undesirable UX. To address this issue, simple set `setShowAlertAfterCurrentVersionHasBeenReleasedForDays` to a value of 1-3 days. By default, this value is set to `1` day to avoid this exact issue. + ======