You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fastlane/testflight.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,8 @@ There can be a delay after you start a workflow before the screen changes. Refre
122
122
1. On the right side, click "Run Workflow", and tap the green `Run workflow` button.
123
123
1. Wait, and within a minute or two you should see a green checkmark indicating the workflow succeeded.
124
124
125
+
> New with changes *Apple* instituted in May 2025. There is one capability for the main Loop Identifier that has to be manually added. The Add Identifiers action cannot do it for you. Details are found at [Add Time Sensitive Capability](#add-time-sensitive-capability).
126
+
125
127
## Create App Group
126
128
127
129
If you have already built Loop via Xcode using this Apple ID, you can skip ahead to [Add App Group to Bundle Identifiers](#add-app-group-to-bundle-identifiers).
@@ -139,7 +141,7 @@ Note 2 - Depending on your build history, you may find some of the Identifiers a
139
141
140
142
1. Go to [Certificates, Identifiers & Profiles](https://developer.apple.com/account/resources/identifiers/list) on the Apple Developer site.
141
143
1. For each of the following identifier names:
142
-
* Loop
144
+
* Loop (see Add Time Sensitive Capability)
143
145
* Loop Intent Extension
144
146
* Loop Status Extension
145
147
* Loop Widget Extension
@@ -151,6 +153,15 @@ Note 2 - Depending on your build history, you may find some of the Identifiers a
151
153
1. Click "Confirm".
152
154
1. Remember to do this for each of the identifiers above.
153
155
156
+
### Add Time Sensitive Capability
157
+
158
+
For the Loop Identifier, you must manually add a capability if it is not already selected.
159
+
160
+
1. Go to [Certificates, Identifiers & Profiles](https://developer.apple.com/account/resources/identifiers/list) on the Apple Developer site.
161
+
1. Click on the Loop identifier name
162
+
1, Scroll down on the screen looking at Capabilities until you reach `Time Sensitive Notifications`
163
+
1. Make sure the Enable box to the left is selected - if you make a change, then you need to save the Identifier
0 commit comments