Posts

Post not yet marked as solved
0 Replies
433 Views
Guys, do you happen to know how it is possible to upload iOS builds to App Store Connect by using Xcode Cloud and App Store Connect API Key instead of Apple ID? We want to upload iOS builds for our clients, but some of them have Individual type of accounts, so we were used to ask them for their login and pass (Apple ID) so we can log in and create all the developer certificates prior to build upload. But now we want to remove this step from the work flow by uploading builds to their accounts by using their App Store Connect API Key instead. They would connect to their account in our website, then we'll be able to handle everything from then on, hopefully?
Posted
by levon377.
Last updated
.
Post not yet marked as solved
0 Replies
320 Views
We've just implemented Apple Sign In for bubble.is as a plugin according to the documentation.(https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/incorporating_sign_in_with_apple_into_other_platforms).The login is working fine, but we can't retrieve the name, even if the purpose, set in scop is only "name".what we receive:{ "state": "EN", "code": "c10ab6**********************Ckggusd4UAdj-A", "id_token": "eyJraWQiOiJBSURP*****UOQ", "user": "{\"email\":\"********\"}" }
Posted
by levon377.
Last updated
.