"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

Changes to QCAR lifecycle in Release 1.0.0

Take a look at the ImageTargets sample app in the QUALCOMM AR SDK for iOS 1.0.0 to see some minor changes made to the lifecyle. * In EAGLView, onResume and onPause only call their respective QCAR:: onResume and QCAR:: onPause if conditions are met; updateApplicationStatus for state APPSTATUS_INITED now calls QCAR:: onResume * updateApplicationStatus has more detailed error handling, through the addition of errorCode to ARData, and setting that within initQCAR and loadTracker * An overlay view has been added, with a view controller. This allows the overlay to auto-rotate with the device, whilst the camera view remains oriented to the world. ARViewController is no longer used. * Touches are handled to show the action sheet

Please note that the release identifies itself as: "INFO: QCAR SDK version 1.0.0" Whereas the superceded Beta identified itself as: "INFO: QCAR SDK version 1.0.3" Moving forwards we'll skip 1.0.3 so as not to confuse (any more).