ios - Provisioning Profile ERROR while running in iPad -


i using xcode 4.6.3. getting error messages while running application in ipad,but first running correctly. have renewed our license have changed certificate and
profile.still same error appears

error dialog

please me...

you need follow step:-

  • you provisioning profile generate developer certificate itunes dev center.

  • remove old install app device may ipad contain old profile reference.

  • after connect device xcode-organizer->device->yuoripad->provisioning--check there old provisioning profile ther or not. if there remove it.

  • in target , project check-> identifier currect or not example com.yourprofile.yourid

  • in build setting you->code signing ->selection profile correct identifier or not

now clean project. build , run.

edit

do not forget adding new testing device id new generate provisioning profile. in itunes dev there column adding device , asking device while generate provisioning profile. may forget step.


Comments