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
The current GitHub build instructions in testflight.md needs updating for Trio app identifier names etc to reflect the actual names and what it currently looks like in the Apple Developer portal.
For each of the following identifier names:
* FreeAPS
* FreeAPS watchkitapp
* FreeAPS watchkitapp watchkitextension
Additional context
I had previously built the app with Xcode, my screenshots probably differ from a GitHub actions only builder, as I believe the XC prefix indicates Xcode generated identifiers.
Hopefully someone can supplement with relevant screnshots.
Identifier Names will be: FreeAPS, FreeAPSWatch, FreeAPSWatch WatchKit Extension, LiveActivityExtension
These names are the same as that used by iAPS, they are distinguised by the Identifier itself, which include the new BundleID for your Trio app
If you build with Xcode before, they will start with XC and use the Identifier string rather than the Name
Identifiers will be:
org.nightscout.TEAMID.trio
org.nightscout.TEAMID.trio.watchkitapp
org.nightscout.TEAMID.trio.watchkitapp.watchkitextension
org.nightscout.TEAMID.trio.LiveActivity
Only the first 3 of these identifiers need to have the App Group added
For the list below, make sure the box next to App Group is checked, and click Configure to select the same app group as Loop: group.com.TEAMID.loopkit.LoopGroup
You must add this App Group to each of the following identifiers:
org.nightscout.TEAMID.trio
org.nightscout.TEAMID.trio.watchkitapp
org.nightscout.TEAMID.trio.watchkitapp.watchkitextension
In App Store Connect, the Bundle ID for Trio will be: org.nightscout.TEAMID.trio
Describe the bug
The current GitHub build instructions in testflight.md needs updating for Trio app identifier names etc to reflect the actual names and what it currently looks like in the Apple Developer portal.
There is a mismatch between the following section and the screenshots below:
https://github.com/bjornoleh/Trio/blob/trio-bo/fastlane/testflight.md#add-app-group-to-bundle-identifiers
Additional context
I had previously built the app with Xcode, my screenshots probably differ from a GitHub actions only builder, as I believe the
XC
prefix indicates Xcode generated identifiers.Hopefully someone can supplement with relevant screnshots.
Trio Version:
The text was updated successfully, but these errors were encountered: