I'm trying to create my app's build using Ad Hoc Distribution profile
. i'm dead sure that the provision profile
is correct and have the client DeviceID
added in it. I also have the Entitlements.plist
in my project.
Also the code is Signed at the Target level with Ad Hoc Distribution Profile.
I'm sending both the provision profile as well as the app.ipa file, but the client still complains that he cannot install the build through itunes and it fires the error :
The Application "" was not installed on the iPhone "" because the signer is not valid.
I've tried :
3.http://www.iphonedevsdk.com/forum/iphone-sdk-development/68731-signer-not-valid-error.html
4.iphone installing Ad Hoc Distribution
I have only 1 device and i use it for development. I've deleted all the profiles and apps as well and then tried to install the app from itunes and it installed successfully.
But,It does not work for my Client. So how can i test this build before sending it to the client???