Attached file will run without problems with live testing, but in package they will kill when opening an application.
Please check attachment and let me know what is the problem. Image recongnizer.aia (1.6 MB)
Most probably the app is crashing due to simultaneously background work of hiding system UI and posting images to Image recogniser component which the phone cannot handle at same time. Also Checkout the description for Taifun’s PathToAssets tool that works only with webviewer component. Though I have not used this tool but this may also be the reason for app crashing that you have used with Image Recogniser component.
According to me don’t post images on initializing the screen for image recognition. This process should be done manually by the user because only one image should be posted at a time for image recognizer component.