step :1 open your https://developer.apple.com/
step :2 open IOS dev Center
step :3 at the lest side menu bar click on "Devices".
step :4 then click on "Add New Device" fill your device UDID and Name. and then submit.
step :5 Now click on "App Id" in left menu bar. create your app id.
step :6 Now click on "Certificates" in left menu, choose the development field. now you should have a certificate with valid authority to upload it. for getting a certificate open "keychain access" then upper left corner of your desktop (near the apple icon) click on "Keychain Access", now choose ...certificate Assistant > Request a certificate from a certificate authority. then enter your mail in first row, choose saved to disk and then continue. now come to on upload this certificate to apple account.
step: 7 now click on "Provisioning" at left menu bar in apple site. choose the "development" field then click on "New Profile" on right side.
make your app profile, check the certificate, select an your app id, check the device. then submit.
step :8 now download your development certificate make sure the status should be "issued" and your provisioning profile name should be written there in "Provisioning Profile" fields. Download your provisioning profile also and make sure that the status is "Active".
step :9 double click on development certificate which you have downloaded and double click on your provisioning profile which you have downloaded.
step :10 now open your project and follow this.. Target > Info > Bundle Identifier. then rename your bundle identifier to what is your "app id".
step :11 Go to your Target > Build Setting > Code Signing > choose your signing identity. same code signing choose in your Projects > Build Setting > Code Signing.
step :12 now at upper left corner (near run button) set Scheme to "IOS Device". press window + B and then right click on "yourapp.app" show in finder then compress it with its provisioning profile and this zip file send to your client for testing.
for more detail see https://developer.apple.com/ios/manage/overview/index.action.....
Thank You !!