Yea i have this executing OnVuforiaStartedCallback. Only thing I'm seeing in the output log refers to my license(which doesn't make sense because the 2nd time I run the application, its fine). So is it possible that there is a license check being done by vuforia that hasnt passed? I've attempted to load one of my datasets at any point during my first launch and it fails every time, even if I try over and over.
Heres my log. The highlighted line is alarming but I can't find anything online about an answer to that issue.
2018-08-02 11:17:23.709571-0400 Test[1046:462828] ERROR/AR(1046) 2018-08-03 11:17:23: Cannot setMode to AR before Camera is initialized
StartVuforia
Vuforia.VuforiaARController:StartVuforia(Boolean)
Vuforia.VuforiaARController:StartAfterInitializationCompleted()
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
System.Delegate:DynamicInvokeImpl(Object[])
Vuforia.DelegateHelper:InvokeDelegate(Delegate, Object[])
(Filename: /Users/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)
cameraDeviceStartCamera
2018-08-02 11:17:23.729053-0400 Test[1046:462828] INFO/AR(1046) 2018-08-03 11:17:23: Starting camera with profile for iPad6,11, 720.1
2018-08-02 11:17:23.730107-0400 Test[1046:462828] INFO/AR(1046) 2018-08-03 11:17:23: ObjectTracker: Successfully created dataset
Successfully created data set.
2018-08-02 11:17:23.830444-0400 Test[1046:462828] ERROR/AR(1046) 2018-08-03 11:17:23: Dataset Vuforia/s_DF.dat not valid with the used Vuforia license. Please check your license.
2018-08-02 11:17:23.830510-0400 Test[1046:462828] ERROR/AR(1046) 2018-08-03 11:17:23: Dataset Vuforia/s_DF.dat not loaded successfully.
2018-08-02 11:17:23.831433-0400 Test[1046:462828] ERROR/AR(1046) 2018-08-03 11:17:23: VideoBackgroundConfig with screen size of zero received, skipping config step
StopVuforia
Vuforia.VuforiaARController:StopVuforia()
Vuforia.VuforiaARController:OnDisable()
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
System.Delegate:DynamicInvokeImpl(Object[])
Vuforia.DelegateHelper:InvokeDelegate(Delegate, Object[])
Pilot license looks to have fixed the issue.