Skip to content

Commit 507e357

Browse files
committed
Update the notifications page
1 parent 3153502 commit 507e357

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

docs/version/img/expiration-warning-testflight.svg renamed to docs/operation/features/img/expiration-warning-testflight.svg

File renamed without changes.

docs/operation/features/notifications.md

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,38 @@ When you tap on the Learn More button, another screen appears. The only option a
1818

1919
## Loop App Expiration Notification
2020

21-
Profile expiration notification was added with Loop 2.2.5.
21+
### Expiration on Settings Screen
2222

23-
With Loop 3.4 and later, apps installed using GitHub Browser Build method report and alert the user for the TestFlight expiration date. Instead of Profile Expires Soon, the modal alert with say "TestFlight Expires Soon". There is no change to the alert system for apps built with Mac-Xcode method.
23+
At any time, you can tap on Settings and scroll to the bottom of the screen to see when your app will expire.
2424

25-
![Notification display when near the Loop App expiration date](img/loop-app-expiration-warning.png){width="350"}
26-
{align="center"}
27-
28-
* When fewer than 20 days remain until profile or testflight expiration, you'll get a notification when you open the app but no more frequently than every 2 days
29-
* When fewer than 24 hours remain, you'll get a notification when you open the app, once every hour at most
30-
* Simply tap on the `More Info` button of the notification for more information
31-
* Mac-Xcode: [LoopDocs Updating](../../build/updating.md)
32-
* GitHub: [LoopDocs GitHub Update](../../browser/bb-update.md)
25+
The graphic below shows the Settings display for a *TestFlight* build (version 3.3 or newer):
3326

34-
### Free (7-day) Loop App Expiration Notification
27+
![expiration warning on settings for testflight example](img/expiration-warning-testflight.svg){width="300"}
28+
{align="center"}
3529

36-
The expiration notification pattern is the same as for the Paid Loop App. You may want to add an [Expiration Notification Customization](../../version/code-custom-edits.md#expiration-notification-customization) to modify the first appearance and frequency of the notification.
30+
### Expiration Alert
3731

32+
Notification before an app expires is reported using this protocol:
3833

39-
## Loop App Expiration Date
34+
* When fewer than 20 days remain, you'll get an alert when you open the app but no more frequently than every 2 days
35+
* When fewer than 24 hours remain, you'll get an alert when you open the app, once every hour at most
36+
* Simply tap on the `More Info` button of the alert for more information
37+
* Build with *Mac*: [Update/Rebuild with *Mac*](../../build/updating.md){: target="_blank" }
38+
* Build with Browser: [Update/Rebuild with Browser](../../browser/bb-update.md){: target="_blank" }
4039

41-
#### For Loop 3.4 and newer versions
40+
The graphic below show an example expiration alert for a *Mac* build:
4241

43-
The testflight expiration data is provided, instead of the profile expiration data, when the app was built using GitHub Browser Build method. When the app was built with Mac-Xcode, the date shown continues to be the profile experation date.
42+
![Notification display when near the Loop App expiration date](img/loop-app-expiration-warning.png){width="350"}
43+
{align="center"}
4444

45-
See the [TestFlight or App Profile](../../loop-3/settings.md#testflight-or-app-profile) section at the bottom of the Loop Settings screen.
45+
> Notification when app expires is available in these versions or newer:
46+
>
47+
> * Build with *Mac*: version 2.2.5 or newer
48+
> * Build with Browser: version 3.3 or newer
4649
47-
#### For Loop 3.2.x and newer versions
50+
### Free (7-day) Loop App Expiration Alert
4851

49-
The provisioning profile expiration date is found in the that settings section at the bottom of the Loop Settings screen. This is useful for Mac-Xcode built apps, but may be misleading for GitHub Broswer build method.
52+
The expiration notification pattern is the same as for the Paid Loop App. You may want to add an [Expiration Notification Customization](../../version/code-custom-edits.md#expiration-notification-customization) to modify the first appearance and frequency of the notification.
5053

5154
## Omnipod Beeps
5255

@@ -114,6 +117,8 @@ This mostly happens when the connection is lost for a longer period of time betw
114117

115118
If Loop detects that a bolus was not able to be delivered, it will provide a notification. Bolus failures are usually due to stale pump data. Try fetching recent history from the RileyLink menu to update pump data. Loop will also notify of partial bolus deliveries.
116119

120+
**Remember: Carbs are saved when you tap `Save and Bolus` following a meal entry - even if the bolus fails.**
121+
117122
![img/loop-bolus-failure.png](img/loop-bolus-failure.png){width="250"}
118123
{align="center"}
119124

0 commit comments

Comments
 (0)