hi
my client have $299 membership.so he gave one .mobileprovision file which is having my ipod device xcode idtentifier.but he didnt send any more files.how to test app in my ipod using this .mobileprovision file.
The mobile provision file allows you to use an app signed with the matching development or ad-hoc distribution certificate, but only on the devices listed in the mobileprovision file, and only if the app being signed has the correct bundle identifier.
It sounds like they didn't send you the development or ad-hoc distribution certificate.
Are you expected to compile the app? Then you will need a copy of the instructions from the iPhone program portal. It is a complicated process that you will not be able to perform without the instructions.
The mobile provision file allows you to use an app signed with the matching development or ad-hoc distribution certificate, but only on the devices listed in the mobileprovision file, and only if the app being signed has the correct bundle identifier.
It sounds like they didn't send you the development or ad-hoc distribution certificate.
Are you expected to compile the app? Then you will need a copy of the instructions from the iPhone program portal. It is a complicated process that you will not be able to perform without the instructions.
yes i need to test my app on ipod which is having .mobileprovision certificate.Is distribution certificate needed to me to test my app on ipod.i connected my ipod and when build my app ,it says "Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain
"
yes i need to test my app on ipod which is having .mobileprovision certificate.Is distribution certificate needed to me to test my app on ipod.i connected my ipod and when build my app ,it says "Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain
"
Yes, if you are compiling the app you also need a development certificate or an ad-hoc distribution certificate. The mobileprovision file is not enough.
Yes, if you are compiling the app you also need a development certificate or an ad-hoc distribution certificate. The mobileprovision file is not enough.