create_profile method running successfully, but not updating developer portal. #158
Replies: 1 comment
-
Okay, so I think things are more under development than I realized. I cloned the repo and in
below the definition for the method
I was able to get the <bundle_id> and the <certificate_id> using the following code.
and
I recommend running them one at a time because they output A LOT of information. You'll see that on both certificates and bundle_ids, there is an id property. Copy those strings into the required fields. That'll create a profile for you. More exploration is still needed to find a way to retrieve the id's and put them into their own strings, I don't know ruby well enough to figure that out. Additionally, to implement other properties, more exploration is needed to understand how and where to put the information in the |
Beta Was this translation helpful? Give feedback.
-
I've been working on a script to handle some of the AppStoreConnect stuff I'd normally do by hand. Currently I have two tasks, I need to create an identifier and a profile. The readme runs through how to create an identifier and it works great. My code for that is
I've also figured out that I can run a
create_profile
method like soAnd while the script runs successfully, it doesn't create a new profile on the app store developer portal. Looking through the other profiles (by iterating through
app_store_connect.profiles
) doesn't seem to yield a whole lot of information about what I might be missing either.Any help?
Beta Was this translation helpful? Give feedback.
All reactions