Skip to content

Enable Setup AccessorySetupKit #153

Description

@PSchmiedmayer

Use Case

AccessorySetupKit is a simpler way to pair Bluetooth accessories.

Problem

We currently haven't enabled it to avoid any confusing with already enrolled participants; we should remove it once we have update the enrollment material and are ready to inform participants.

Solution

Everything is already implemented using SpeziBluetooth and SpeziDevices.
We just need to add Bluetooth to the NSAccessorySetupKitSupports key in the Info.plist file.

	<key>NSAccessorySetupKitSupports</key>
	<array>
		<string>Bluetooth</string>
	</array>

Alternatives considered

Consider not enabling it at all.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions