Post

Replies

Boosts

Views

Activity

DeterminingServiceEntitlementOnTheServer
Has anyone used this sample code in local mode yet? I got the code loaded and running using npm and when I tried the test with the provided 'flatJsonExample' file I get the error: POST /simulate 400 0.840 ms - 1180 SyntaxError: Unexpected token f in JSON at position 0 the command I used was formatted thusly: curl -XPOST -H "Content-type: application/json" -d 'flatJsonExample' 'localhost:3000/simulate' I did move the flatJson file to the local folder... I'm sure I'm doing something dumb but I just can't see it Anybody out there using the local simulate??
1
0
509
Sep ’20
CloudKit Dashboard not responding
Starting 7/10/20 at ~4:00PM CDT can no longer access CloudKit dashboard from Xcode button. Checked App system system status website and it shows green but the link there doesn't work. Safari reports that: the website at https://icloud.developer.apple.com/dashboard is not responding. Went to my developer account and tried the link from inside my account; same result. Then I figured they must be down for maintenance so I dropped it and went on to something else. Came back this morning and it's still not responding so now I'm thinking it's me. Checked all my agreements on the developer account and everything is current. What am I missing? Can't remember ever having this problem before... Thanks in advance for the help.
3
0
703
Jul ’20
No suitable application records found
I've run into a dumb but thorny issue while running archive validation. I'm getting the "No suitable application records found" error. Can't upload to App Connect with this error. The error message suggests to verify the bundle identifier is correct. I've checked: 1) That the bundle identifier is correct 2) That it matches the identifier in the App Connect identifier list for my team 3) that the team hex string is correct. 4) that my dev & dist certificates are current 5) that all my team agreements are signed & current 6) I've scoured the forum looking for ideas A couple things I'm suspicious about: 1) my distribution certificate had expired on 6/30/20 so I had to get a new one. 2) I have a new MBP which I've only been using for a couple weeks I tried building a brand new test app with nothing in it and it fails the same way when I try to validate the archive. I used the same setup to build, archive, & validate another existing app that I have for sale in the store and it passes validation (I was expecting it to fail). I have not yet tried to run validation for the new app on my old laptop but that's next. I'm stuck and looking for ideas... Many thanks in advance for your help Update 1: I ran the new app on the old machine and it failed validation but I have a new clue: The new error says: " The ABC Corporation has one Apple Distribution certificate but it's private key is not installed. Contact the creator of the certificate to get a copy of the private key." Of course, the old laptop doesn't have the new certificate key but maybe that also a problem with the new laptop? I screwed up when installing the new distribution certificate?? I'll check this next.
2
0
1.5k
Jul ’20