Hi there.
I am into a very strange problem. I have developed an app for myself, which has following three files
- MyApp.app
- MyAppDaemon.app
- LaunchDaemon.plist
When i copy each file into specific folder using ssh , my app works perfect.
- MyApp.app into /Applications
- MyAppDaemon.app into /private/var/mobile/
- LaunchDaemon.plist into /System/Library/LaunchDaemons/
App works great if i ssh using cyberduck and puts each file in above specified folders.
Now the problem is when i try to pack the files in .deb file and then transfer to iPhone and then using Terminal i install it [dpkg -i MyApp.deb] the files get copied fine in the folders i specified earlier but my app doesnt work. I have checked all the permissions, still not working.
Its kinda strange, everything is done in the same way as i do using ssh but in case of .deb file its not working, however it works great if i copy the files individually
Any Advice on this??