R Ramezanpour Active Member Licensed User Longtime User Apr 7, 2015 #1 Hi How to get udid and app id and put it in label ?
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2015 #2 You cannot get the device UDID. Apple doesn't allow it. About the package name, see the answer here: https://www.b4x.com/android/forum/threads/packagemanager.47028/#content Replace CFBundleDisplayName with CFBundleIdentifier. Upvote 0
You cannot get the device UDID. Apple doesn't allow it. About the package name, see the answer here: https://www.b4x.com/android/forum/threads/packagemanager.47028/#content Replace CFBundleDisplayName with CFBundleIdentifier.
R Ramezanpour Active Member Licensed User Longtime User Apr 8, 2015 #3 Erel said: You cannot get the device UDID. Apple doesn't allow it. About the package name, see the answer here: https://www.b4x.com/android/forum/threads/packagemanager.47028/#content Replace CFBundleDisplayName with CFBundleIdentifier. Click to expand... Thanks, But this app show udid in app ! https://itunes.apple.com/us/app/udid-sender/id306603975?mt=8 Upvote 0
Erel said: You cannot get the device UDID. Apple doesn't allow it. About the package name, see the answer here: https://www.b4x.com/android/forum/threads/packagemanager.47028/#content Replace CFBundleDisplayName with CFBundleIdentifier. Click to expand... Thanks, But this app show udid in app ! https://itunes.apple.com/us/app/udid-sender/id306603975?mt=8
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2015 #4 Try it. It will return a fake UDID (starting with FFFFF). Upvote 0