Skip to content

Commit 185c6a0

Browse files
authored
Fastfile: Add time sensitive notifications to identifier setup (#50)
* Fastfile capabilities: add Time Sensitive Notifications to Loop target Spaceship::ConnectAPI::BundleIdCapability::Type::USERNOTIFICATIONS_TIMESENSITIVE * Remove instructions for manually adding Time Sensitive Notifications
1 parent a13d1fa commit 185c6a0

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ platform :ios do
181181
Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS,
182182
Spaceship::ConnectAPI::BundleIdCapability::Type::HEALTHKIT,
183183
Spaceship::ConnectAPI::BundleIdCapability::Type::PUSH_NOTIFICATIONS,
184-
Spaceship::ConnectAPI::BundleIdCapability::Type::SIRIKIT
184+
Spaceship::ConnectAPI::BundleIdCapability::Type::SIRIKIT,
185+
Spaceship::ConnectAPI::BundleIdCapability::Type::USERNOTIFICATIONS_TIMESENSITIVE
185186
])
186187

187188
configure_bundle_id("Loop Intent Extension", "com.#{TEAMID}.loopkit.Loop.Loop-Intent-Extension", [

fastlane/testflight.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,6 @@ Note 2 - Depending on your build history, you may find some of the Identifiers a
137137
| WatchAppExtension | com.TEAMID.loopkit.Loop.LoopWatch.watchkitextension |
138138

139139

140-
## Add Time Sensitive Notifications to Loop App ID
141-
1. Go to [Certificates, Identifiers & Profiles](https://developer.apple.com/account/resources/identifiers/list) on the apple developer site.
142-
1. Click on the "Loop" identifier
143-
1. Scroll down to "Time Sensitive Notifications"
144-
1. Tap the check box to enable Time Sensitive Notifications.
145-
1. Click "Save".
146-
1. Click "Confirm".
147-
148140
## Create Loop App in App Store Connect
149141

150142
If you have created a Loop app in App Store Connect before, you can skip this section.

0 commit comments

Comments
 (0)