Starting from iOS 7, you can no longer access UDID programatically via code. So I was thinking reading the email address from the configuration profile.
Is it possible to read configuration profile using Swift? Specifically, I want to read the EmailAddress defiend in the Email Payload.
Or do you have a better approach to uniqely identify the device? I do not want to use vendor identifier because it will change. I need an id that is more persistent to identify user.
Thanks.