Could there be any reason why sendARAnimationObject
should stop working without any change in the code? Does rendering of bitmaps in a timer depend on any external state like battery level or sensor state etc?
Another issue is that if I use sendARAnimationObjectWithCallback
the callback method in the listener onResultSendAnimationObject
is never called as stated in the documentation. Could there be any other dependency causing this callback method not called at all?