mapbox / mapbox/mapbox-vision-ios
Allow Vision AR SDK client to supply Mapbox Access Token as a parameter
Open
@deniskoronchik is already working on this.
Since Aug 14, 2019.
iOS
P1
staled
User Feedback
- Dominant language
- Swift
- Stars
- 63
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Right now the iOS SDK requires a mapbox access token to be present in the application's Info.plist file in order to create a VisionManager object
Most apps (including Apex) will want to keep the access token obfuscated somewhere in the code and not present as an easily readable string in the Info.plist file. There should be an exposed constructor for the VisionManager that allows a token to be passed as a parameter.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.