If I install and then click 'open' from Testflight - the app cannot get the userid stored in the iCloud 'ubiquitous' keystore - so it sets up a new id for the user - WRONG
If i use testflight to install the app.. but then close testflight and open the app directly by clicking on it - then the app gets the userid from the iCloud keystore and uses that CORRECT
Any ideas why this would be happening?
It also works correctly if I run in debug mode on xcode
Thanks
Post
Replies
Boosts
Views
Activity
When i enter the breakpoint -
the debug/watch area shows my array as being nil/empty, but when i print the values out in the console area, they are populated (not empty) which is what I expected.
So why is the debug area showing these values as empty?