You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
I use Xcode on a Mac to load debug builds on my iPhone. I've got a friend who I want to add his device to the developer devices. If I send him an iOS debug build, without a Mac, how would he load it on his device ?
Shai Almog
unread,
May 13, 2019, 10:20:45 PM5/13/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
There are two options.
Add his device UIID to the testing devices provisioning profile and update your profiles. You can then send him the install link and he can install it just like you.
Or you can use testflight which accepts release builds submitted to apple. It goes through some apple testing but faster (a couple of days). He can then install the app via the testflight app.
bry...@webbtide.com
unread,
May 13, 2019, 10:34:20 PM5/13/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
The OTA link worked - thanks. Never used that before :)