"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Destroy AR-flow and release resources manually

 

I have created a navigation flow (with UINavigationController) between ViewControllers with AR-flow at the end.

I want to destroy the AR-flow manually by code when I go back (when I leave the AR-flow).

The sample where I am implementing this is UserDefinedTargets (but ImageTargets should look like).

Any idea for this?

Thanks in advance!

 

PD: NalinS, I tried with Danchoy's suggestion but I couldn't fix it :(

My recommendation here is not to destroy the AR but simply pause/resume it as per the info in the other threads.

Typically this is handled by the viewDidAppear and ViewDidDisappear methods

 

N