mapbox-vision-ios
mapbox-vision-ios copied to clipboard
Allow Vision AR SDK client to supply Mapbox Access Token as a parameter
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.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.