2012
24 January 2011 PayPal Mobile Express Checkout Library Developer Guide and Reference
You need to add your devices, as well as PayPal‟s devices. You receive UDID values for
PayPal‟s devices from PayPal.
Locating your Device ID
1. Connect your device to your Mac and open Xcode.
2. In Xcode, navigate to the Window drop-down menu and select Organizer.
The 40-hex character string in the Identifier field is your device‟s UDID.
Adding Devices to the iPhone Developer Program Portal
1. Navigate to the Devices section of the Program Portal and click Add Device.
2. Enter a descriptive name for the device, as well as the UDID, and then click Submit.
Using Updated Provisioning Profiles for New Devices
For new devices to be supported, add them to the Program Portal by following the preceding
steps. Then, you must edit the provisioning profile and select the new devices selected for
support.
You must import your updated provisioning file into Xcode and use it to sign new builds. You
old provisioning profile cannot work for builds signed with the updated profile. Make sure that
you distribute the new profile to all Ad Hoc users of the new build, not just users of the devices
that you added.
Creating the App ID
An App ID is a unique identifier that iOS uses let your application connect to the Apple Push
Notification service, to share keychain data between applications, and to communicate with
external hardware accessories that you want paired with your iOS application. To install your
application on an iOSdevice, you must create an App ID.
Each App ID consists of a universally unique 10 character “Bundle Seed ID” prefix generated by
Apple and a “Bundle Identifier” suffix that is entered by a Team Admin in the Program Portal.
PayPal recommends the use of a reverse-domain-name-style string for the “Bundle Identifier”
portion of the App ID. An example App ID would be:
8E549T7128.com.apple.AddressBook
1. Navigate to the App ID section of the Program Portal.
2. Click Add ID.