Posts

Post not yet marked as solved
0 Replies
1.1k Views
In order to submit an app to the App Store there's a section to put in the sign in details for the reviewer to use in order to sign into the app. However, our app uses Sign in with Apple only. Which is tied to the user of the device if I understand things correctly. So do I just leave this section blank or what course of action should I pursue here?
Posted
by etep15.
Last updated
.
Post not yet marked as solved
2 Replies
2.4k Views
Yesterday I got this error when trying to push a new build up to TestFlight. I then saw on the developer system status that both App Store Connect and App Store Connect - App Processing were having issues. This morning they appear to be both resolved. https://developer.apple.com/system-status/ However I am still getting this error when trying to upload a build. I haven't changed anything in terms of certificates (I let xCode do that) nor have I activated any new services. I'm also the Admin and owner of this account. I last uploaded a build successfully at 12:43am on October 6th PDT (today is October 7th). After I hit the upload button it says the following... Uploading Analyzing package... Failed to retrieve upload operations. Will re-try Then I get the big stop sign with an X on it icon with the error message : You do not have required role to perform an operation You do not have required role to perform an operation. (ID: 690e2b6c-d2f0-4dd4-a282-586849183a22) I'm running MacOS 12.6 and xCode 14.0.1 (14A400) Any suggestions?
Posted
by etep15.
Last updated
.
Post not yet marked as solved
4 Replies
961 Views
I have a two storyboards. StoryboardA has a storyboard reference to StoryboardB. I present a viewcontroller from StoryboardB using a button action (user taps a button and it shows the viewcontroller in storyboardB). storyboardB has a Cancel button. This button is linked to an IBAction within the view controller which then calls performSegueWithIdentifier. In StoryboardB I have ctrl dragged from the storyboard scene to the exit to create an unwind segue. I've assigned "cancelSegue" as the identifier of this unwind and use it in the performSegueWithIdentifier call. However when I then call the performSegueWithIdentifier, nothing happens. I have log output on the destination unwind IBAction and have put breakpoints. No log output happens and no breakpoints are hit. No error or anything. The fact that when I ctrl dragged to the exit to create the unwind segue tells me that StoryboardB can see the segues from StoryboardA. I've tried things such as in this StackOverflow post from a number of years ago but none of it worked. https://stackoverflow.com/questions/33369171/can-an-unwind-segue-work-between-two-storyboards-connected-by-a-storyboard-ref I'm deploying to iOS15 and am on xCode 14.0.1. What else do I need to do to get this unwind to work?
Posted
by etep15.
Last updated
.