I ve been searching stackoverflow, reading in the various blogs to get answer to my question "Can I distribute my app to someone, without getting his device UDID?"
The answers I found is all about "NO! You must have the list of UDIDs"
BUT, I ve people (private company) telling me that they used to install apps without giving their device UDIDs to developer. Developer used to send them .ipa file, they just drag&drop it in itunes, that s it! I m dizzy..
By which way they did it without UDIDs? (I m against jailbreak, it s not option)
Or, maybe they re lying?
For a basic app with nonconsumable in-app purchases, has anyone figured out best practices for using SKPaymentQueue s restoreCompletedTransactions? Observations I know it s recommended to always ...