i creates iOS app and it works completely using development profile in device. it never crashes in device using development provisioning profile.
But when i create its adhoc distribution profile and creates ipa with it then the app crashed at many point. But the problem is that with the distributed profile i cant debug so i unable to see crash log. so i cant understand why the app crash which is complete run over the development profile... and how to resolve this problem?
Thanx to all