You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gave me an error that I needed to specify an application name. The help docs (appbuilder appstore upload --help) told me to run appbuilder appstore list so I did, and I saw this:
┌───────────────────────────────────┬─────────┬──────────────────────────┐
│ Application │ Version │ Bundle ID │
│ City Search—A Geography Challenge │ 3.2.1 │ com.tjvantoll.citysearch │
└───────────────────────────────────┴─────────┴──────────────────────────┘
Given this experience here's what I'm wondering: can this command also accept bundle id? Also, isn't it possible to make the application name completely optional? It seems like we could read the bundle id from the project's .abproject and match that to one of the apps from appbuilder appstore list.
Just an idea. Thanks.
The text was updated successfully, but these errors were encountered:
I went to use
appbuilder appstore upload
for the first time today. It worked great! But it took me awhile to figure out the syntax I needed to use.The first time I ran it I tried...
This gave me an error that I needed to specify an application name. The help docs (
appbuilder appstore upload --help
) told me to runappbuilder appstore list
so I did, and I saw this:So I tried:
That failed, and it took me a few minutes to figure out that AppBuilder was looking for the text name, which I didn't expect. This worked:
Given this experience here's what I'm wondering: can this command also accept bundle id? Also, isn't it possible to make the application name completely optional? It seems like we could read the bundle id from the project's
.abproject
and match that to one of the apps fromappbuilder appstore list
.Just an idea. Thanks.
The text was updated successfully, but these errors were encountered: