Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Update ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev authored May 3, 2018
1 parent c7b0462 commit db6b9cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ Please delete this text before submitting a new issue.

Common Issue #4:
> "Infinite Loop Updates"
On rare occasion, Apple may update their App Store JSON _faster_ than the binary appears in the App Store. Due to this issue, developers who make use of the `.force` option may be prompting their users with app updates whenever launching the app, effectively creating an infinite loop until the binary appears. This issue has been addressed and baked into v2.0.0+ of Harpy's sister library, [Siren](https://github.com/ArtSabintsev/Siren). Please make use of Siren instead of Harpy if your user's have experienced this issue.
On rare occasion, Apple may update their App Store JSON _faster_ than the binary appears in the App Store. Due to this issue, developers who make use of the `.force` option may be prompting their users with app updates whenever launching the app, effectively creating an infinite loop until the binary appears. To fix this issue, set the `setShowAlertAfterCurrentVersionHasBeenReleasedForDays` variable to a value greater than 0. By default, it's set to 1 to avoid this issue, as the alert does not show until 24-hours/1-day has passed

======

0 comments on commit db6b9cc

Please sign in to comment.