I know that we can run the project with the developer certificates if phone is connected to the MAC.
I am working on getting push notifications after the application has build with the AdHoc Provisional Profiles.
After the each and every change in the project I have to create build and upload it to any ipa sharing server like betafamily.
I know that for the each change we have to create the IPA file.
After the each upload I have to download it and run on the device to check that push notifications with the AdHoc.
Any one have idea? : How to run the project on device with AdHoc certificates in iOS? (without every-time upload and download the ipa because ipa size is too big)
As par my knowledge i don't think that possible to test application with any of certificate that your changes directly reflect without creating new IPA.
Because each change is need to be re-build again and you also need to re-generate its archive and IPA.
If you notice that when you upload app on app-store and is there is some coding related issue then in resolve-center said need to upload binary again.
So for testing each change you need to re-create IPA for sure.