To begin, the app is working on the iPhone simulators. The problem is the difficulty in creating the signing identity, cert, ect. Here are the steps I am taking and I would be grateful if someone could point out something I am doing in error!
Here is my setup for my Certificates, Identifiers, & Profiles:
Certificate- App ID- Provisioning Profile-
Also, here are other important screenshots for this application-
I am not necessarily getting any errors in any part of this process, but whenever I move the created IPA file over from iTunes onto the phone (iPhone6), it begins to load and initialize before it stops and disappears. Thanks for the help!
EDIT: My robovm configuration is in the Project build.gradle file, under section:
project(":ios"){
I have figured out the reason for this. Everything was fine except for in the robovm.properties file. I had:
app.id=com.on*******
and what I needed was
app.id=com.on*******.*
The wildcard at the end was necessary, and I am sure the actual name would work as well. Thanks for the help Saret