From 90079cb232ce52f31acb1839e373a1c4eef96410 Mon Sep 17 00:00:00 2001 From: bjornoleh Date: Sat, 15 Apr 2023 23:04:53 +0200 Subject: [PATCH 1/2] Fastfile capabilities: add Time Sensitive Notifications to Loop target Spaceship::ConnectAPI::BundleIdCapability::Type::USERNOTIFICATIONS_TIMESENSITIVE --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 44f1573372..144553e0ef 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -181,7 +181,8 @@ platform :ios do Spaceship::ConnectAPI::BundleIdCapability::Type::APP_GROUPS, Spaceship::ConnectAPI::BundleIdCapability::Type::HEALTHKIT, Spaceship::ConnectAPI::BundleIdCapability::Type::PUSH_NOTIFICATIONS, - Spaceship::ConnectAPI::BundleIdCapability::Type::SIRIKIT + Spaceship::ConnectAPI::BundleIdCapability::Type::SIRIKIT, + Spaceship::ConnectAPI::BundleIdCapability::Type::USERNOTIFICATIONS_TIMESENSITIVE ]) configure_bundle_id("Loop Intent Extension", "com.#{TEAMID}.loopkit.Loop.Loop-Intent-Extension", [ From 648a2ab943cb6ff52401c73acc530bc4dae0df17 Mon Sep 17 00:00:00 2001 From: bjornoleh Date: Sat, 15 Apr 2023 23:19:51 +0200 Subject: [PATCH 2/2] Remove instructions for manually adding Time Sensitive Notifications --- fastlane/testflight.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/fastlane/testflight.md b/fastlane/testflight.md index aa0c6ec1bb..2a44847cc5 100644 --- a/fastlane/testflight.md +++ b/fastlane/testflight.md @@ -137,14 +137,6 @@ Note 2 - Depending on your build history, you may find some of the Identifiers a | WatchAppExtension | com.TEAMID.loopkit.Loop.LoopWatch.watchkitextension | -## Add Time Sensitive Notifications to Loop App ID -1. Go to [Certificates, Identifiers & Profiles](https://developer.apple.com/account/resources/identifiers/list) on the apple developer site. -1. Click on the "Loop" identifier -1. Scroll down to "Time Sensitive Notifications" -1. Tap the check box to enable Time Sensitive Notifications. -1. Click "Save". -1. Click "Confirm". - ## Create Loop App in App Store Connect If you have created a Loop app in App Store Connect before, you can skip this section.