Closed KennyHuRadar closed 3 months ago
fyi your branch history looks wonky here. Are you potentially not branching from latest master?
closing in favor of a merge into the driving detection PR instead: https://github.com/radarlabs/radar-sdk-ios/pull/377/
Got it working on example apps distributed via SPM and also Pods
SPM installation:
import RadarSDKMotion
and call after initializationRadar.setRadarMotion(RadarSDKMotion())
Pods installation:
pod 'RadarSDKMotion', '3.16.1-beta.4'
to the podfile#import <RadarSDKMotion/RadarSDKMotion.h>
and call after initialization[Radar setRadarMotion:[[RadarSDKMotion alloc] init]];