views:

20

answers:

0

I was using the bundle ID with wildcard (com.mycompany.*) and all was working just perfect, but as it cant be used for InApp Purchases I had to make a new ID (com.mycompany.product) and create a new provisioning profile.By doing so I am not able to install the app on device through xCode, there are no errors while building, nor any error messages or warnings in the console. The build goes successful but the install fails. However I am able to install the build app on the device through the organizer, but m not able to debug. Any idea why this happens??