Hey Everyone,
Just installed my sdk, createad new provisioning file, updated the iPhone OS(after installing sdk - per lessons learned from previous releases).
Created app Id, downloaded it, copied it to proper location(~/Library/MobileDevices/Provisions/<appName>-4.mobileprovision. Updated the Xcode project setting to refer to this app id(as in the installation advisory). Rebuilt the code and ran it on the device.
Of all the betas this is the first time where I succeded in the first try.
Only nitpick:
appID in the document(in installation advisory), shows up as: com.<yourcompany>.<appId>.
Same when the field is not filled in Xcode.
Where as, the actually appID, in the developer program portal that is generated is in reverse:
<appId>.<yourcompany>.com - this is how it is entered in Xcode, and it works for me.
Hope something in there is useful.