I am trying to use the new Ionic Package to create an ios app.
I went through the process of creating an ios certificate and provisioning profile. Now I am trying to add them to my ion project using the ion safety command in the ion CLI.
I ran the command from the documentation :
ionic security credentials ios --profile my_first_profile -c ~/Downloads/Certificate.p12 -p my_certificate_password -r ~/Downloads/MyProfile.mobileprovision
(but, obviously, replaced profileId, certificate location and profile profile location with my own settings.)
When I run the command, I get 404: the requested URL was not found by error (I edited my request_id):
Body: {"error":{"title":"404: Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.","type":"NotFound","details":"Profile not found.","link":null},"meta":{"request_id":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","version":"1.0.0-alpha","status":404}}
Am I doing something wrong or is there a problem on the Ionic server? What can I do to fix this?
Many thanks