Application is not launching after Installing on memory card. But it works fine when installed on the phone memory.Is the pkg file proper?
Application is not launching after Installing on memory card. But it works fine when installed on the phone memory.Is the pkg file proper?
Last edited by jinuthomas; 2008-11-03 at 18:19.
The application is most likely starting ... and dying soon after. Make sure to enable the extended panic code on device to see if you can capture the panic message.
Could it be that the application assumes that it is being installed on the C: drive and looks for data files (like test.mbm) where they do not exist?
-- Lucian
Thanks for the suggestion. The issue was the application searche for the resource file on C: and fails.