Post

Replies

Boosts

Views

Activity

Reply to "Apps using Apple ID" show bundle ID instead of App Name for Watch OS apps
I managed to get a partial fix for this.Xcode automatically generated an Identifier for both the App and the Watchkit extension:com.[COMPANY].[PRODUCT].watchkitapp.watchkitextensionWhen I tracked that down in the developer portal I could edit the description to something more appropiate.I haven't worked out how to update the Icon yet, I suspect it has something to do with the Apple ID looking for metadata from the Watchkit Extension target, but the data seems to be store on the App target.
Nov ’19
Reply to Apple Sign-In "Continue with Password"
This is continuing to be a problem for us, we are getting several support emails a day around this issue, and nothing has changed in our codebase around Apple Sign-in since December. This issue just started a couple of weeks back, around the time that watch OS 6.3.1 was released, and has continued to grow.One user actually contacted Apple Support and they directed them to unpair, and pair their watch again. This worked for them, and it's what we have been directing other users to do, with 100% success. However, people are reluctant to do this, and they think it's an issue with our software. We did get one user to confirm that it also happens with Yazio on their watch too. Our downloads and sessions have been dropping considerably, and we have been forced to explore options around not using Apple Sign-in on the Watch.Is anyone else experiencing something similar to this?Any help would be much appreciated.
Mar ’20
Reply to No suitable application records were found. Verify your bundle Identifier ' ' os correct.
I had this issue today, and in my case, it was a stupid user error. I was setting up a new product on a developer account other than my own. Bundle ID and everything was configured correctly, and I confirmed that the identifiers were created in the correct place. However, I forgot to create an App. I was in the habit of testing this out on my own account, and simply forgot this critical step on the new account. I'm sure it's not what all you lot are doing, but it's a reminder that you should at least check the status of the App in Apple Connect. If it does exist, make sure it's available. I.e, not removed.
Feb ’21