ably / ably-asset-tracking-swift

iOS client SDKs for the Ably Asset Tracking service.
Apache License 2.0
9 stars 6 forks source link

Add option to choose vehicle profile in publisher example app #408

Closed lawrence-forooghian closed 1 year ago

lawrence-forooghian commented 1 year ago

The publisher app should have a drop down that allows the user to choose the vehicle profile - that is, the value that is passed to PublisherBuilder.vehicleProfile(_:)

There should also be an option to choose the default - i.e. to not call PublisherBuilder.vehicleProfile(_:).

The chosen value should be persisted, like the other settings in the app.

Ideally, this would be added to the "Create publisher" screen that I'm adding for #389. If that's not yet done, then add it to the app's existing Settings screen and I'll move it afterwards.

Split from #387.