I am relatively new to iOS development and completely new to RoboVM, but an expert Java and Groovy developer.
Here is what I can do:
- I can successfully deploy native (Swift) apps to the device (iPhone) using my ad-hoc profile via Xcode.
- I can successfully run my RoboVM app using simulator with maven: (mvn robovm:iphone-sim)
What I cannot yet do but need to:
- I cannot deploy RoboVM app to the device using ad-hoc installation.
When I am trying to deploy RoboVM app using mvn robovm:create-ipa to the device, it fails to load on the iPhone,
probably because it needs UDID of the device.
My question is how do I associate a maven IPA build with a profile that's on the
developer.apple.com so the UDIDs on the
apple developer site are inserted into the IPA that's generated by RoboVM Maven plugin?
A step-by-step recipe would be much appreciated as I am not familiar with the RoboVM and iPhone / app store terminology.
Thank you very much for your help.