Discussion:
uploading new app to mac app store
kee nethery via use-livecode
2018-12-02 03:55:57 UTC
Permalink
I’m uploading a new app to the Mac App Store and at the same time, revising my LiveCode Lesson on the same.

Stuff has changed OR I’m just really missing something obvious.

I’ve got the app built, signed, all that good stuff. I’ve added it into developer.apple.com with it’s bundle ID of com.elloco.ellocotools and now I’m attempting to upload using the Application Loader accessed within Xcode. The error I’m getting is:

Application Loader is unable to upload your package.
No suitable application records were found. Verify your bundle identifier ‘com.elloco.ellocotools’ is correct.

Has anyone uploaded a new macOS app with Xcode 10 (or would be willing to look over what I’ve done) who could help me figure out what I’ve done incorrectly? Happy to do a screen share and show you what steps I’ve taken.

Thanks in advance.

Kee Nethery
Rick Harrison via use-livecode
2018-12-02 15:57:09 UTC
Permalink
Hi Kee,

I ran into a few more errors too.

I looked into appWrapper3 and found it had a 7 day
free trial. I used your code signing method and
appWrapper3 to do the final packaging.
When I tried it out it was telling me I had
some errors. I fixed those, and then tried to
upload my app with Application Loader.
It still didn’t make it! It was still complaining.

I did some more research on the internet and
found that some people found that setting the
certificates from "trust all" to "system default”
made the problem go away.

Once I did that, Application Loader finally
successfully uploaded my app to the
Apple App Store. Whew!

The status of it is now in review. I will keep
my fingers crossed that they approve it and
that nothing is wrong with it.

Good luck!

Rick
Post by kee nethery via use-livecode
I’m uploading a new app to the Mac App Store and at the same time, revising my LiveCode Lesson on the same.
Stuff has changed OR I’m just really missing something obvious.
Application Loader is unable to upload your package.
No suitable application records were found. Verify your bundle identifier ‘com.elloco.ellocotools’ is correct.
Has anyone uploaded a new macOS app with Xcode 10 (or would be willing to look over what I’ve done) who could help me figure out what I’ve done incorrectly? Happy to do a screen share and show you what steps I’ve taken.
Thanks in advance.
Kee Nethery
_______________________________________________
use-livecode mailing list
http://lists.runrev.com/mailman/listinfo/use-livecode
kee nethery via use-livecode
2018-12-02 23:08:01 UTC
Permalink
Went into KeyChain, opened both Installer and Application Certs and clicked on Trust to see that indeed, both are already set to “Use System Defaults”. Bummer. Much appreciate the suggestion. Wish that was the issue for me.

Kee
Post by Rick Harrison via use-livecode
Hi Kee,
I ran into a few more errors too.
I looked into appWrapper3 and found it had a 7 day
free trial. I used your code signing method and
appWrapper3 to do the final packaging.
When I tried it out it was telling me I had
some errors. I fixed those, and then tried to
upload my app with Application Loader.
It still didn’t make it! It was still complaining.
I did some more research on the internet and
found that some people found that setting the
certificates from "trust all" to "system default”
made the problem go away.
Once I did that, Application Loader finally
successfully uploaded my app to the
Apple App Store. Whew!
The status of it is now in review. I will keep
my fingers crossed that they approve it and
that nothing is wrong with it.
Good luck!
Rick
Post by kee nethery via use-livecode
I’m uploading a new app to the Mac App Store and at the same time, revising my LiveCode Lesson on the same.
Stuff has changed OR I’m just really missing something obvious.
Application Loader is unable to upload your package.
No suitable application records were found. Verify your bundle identifier ‘com.elloco.ellocotools’ is correct.
Has anyone uploaded a new macOS app with Xcode 10 (or would be willing to look over what I’ve done) who could help me figure out what I’ve done incorrectly? Happy to do a screen share and show you what steps I’ve taken.
Thanks in advance.
Kee Nethery
_______________________________________________
use-livecode mailing list
http://lists.runrev.com/mailman/listinfo/use-livecode
_______________________________________________
use-livecode mailing list
http://lists.runrev.com/mailman/listinfo/use-livecode
Rick Harrison via use-livecode
2018-12-03 04:16:40 UTC
Permalink
Hi Kee,

Sorry to hear that wasn’t the problem for you.
I hope you get it straightened out!

Rick
Post by kee nethery via use-livecode
Went into KeyChain, opened both Installer and Application Certs and clicked on Trust to see that indeed, both are already set to “Use System Defaults”. Bummer. Much appreciate the suggestion. Wish that was the issue for me.
Kee
J. Landman Gay via use-livecode
2018-12-03 04:40:43 UTC
Permalink
This is why I stopped doing iOS apps, it's a moving target. I'm going to
have to do one next year and I'm dreading it. Hopefully the team can make
it easier for us by then. Getting an app ready for the App Store takes
almost as much effort as writing it.

It shouldn't be this hard.
--
Jacqueline Landman Gay | ***@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On December 2, 2018 10:18:30 PM Rick Harrison via use-livecode
Post by Rick Harrison via use-livecode
Hi Kee,
Sorry to hear that wasn’t the problem for you.
I hope you get it straightened out!
Rick
On Dec 2, 2018, at 6:08 PM, kee nethery via use-livecode
Went into KeyChain, opened both Installer and Application Certs and clicked
on Trust to see that indeed, both are already set to “Use System Defaults”.
Bummer. Much appreciate the suggestion. Wish that was the issue for me.
Kee
_______________________________________________
use-livecode mailing list
http://lists.runrev.com/mailman/listinfo/use-livecode
Continue reading on narkive:
Loading...