hi ,
I have a specific problem about iOS generation, it is problem caused by Automatic Reference Counting (ARC).
as my existing app is developed based on Automatic Reference Counting (ARC) while your sample app is developed based on non-ARC.
any advice or solution can you give me to convert your sample app into one version with ARC ?
I tried to modified and keep the statement getting rid of "release" or "autorelease" term , problem is still unsolved
Hi vincentwts,
The samples do not make use of platform specific features such as ARC, Storyboards, GLKit etc. so that the core SDK can be as consistent across iOS and Android.
However, there is nothing to stop you from integrating these yourself, as others have done as shown in this thread:
https://developer.vuforia.com/forum/ios/qcar-inside-uinavigationcontroller
There you may find some sample code that will help you, however be prepared to spend some time on this because it is non-trivial.
HTH
N