Posts

Post not yet marked as solved
0 Replies
443 Views
Bit of a strange one... While testing a WKWebView based app using the iOS simulator, everything works fine until I lock the screen, on resume sometimes the screen stops updating, it appears frozen. I can still click interact with the app, for instance click an icon I know is there but can't see, and I can see my app responding via console.log messages, but the screen just doesn't update. Sometimes it will recover and start updating, however most of the time I have to quit the emulator and restart to get it going again. This is particularly frustrating when trying to test, as I am having to do this every 5 mins or so. Simulator Version 14.1 SimulatorKit 627 CoreSimulator 857.13 iPhone 14 Pro Max iOS 16.1 MacBook Pro, 16-inch, 2019 16GB Ram Ventura 13.0.1
Posted
by austinuk.
Last updated
.
Post not yet marked as solved
38 Replies
24k Views
Trying to go into My Apps on itunes connect (https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app) after uploading a new build of an application, and receiving an email notification that it had completed processing, and I get the following error page:(https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/defaultError)We can't process your request.Try reloading the page. If the problem persists, contact us.iTunes Connect HomepageThis has been happening for a number of hours now, and I can't get in to release a new beta build.
Posted
by austinuk.
Last updated
.
Post not yet marked as solved
4 Replies
8.8k Views
I have two projects (three actually) that are similar, except for appId and provisioning. They are all going to be using APNs, so I can't use the generic profile.Now, one project com.redskyit.mobile.rmcv2d is building fine, xcode finds the development provisioning profile that matches its ID and signs it ok.The second project com.redskyit.mobile.rmcv2 is not finding the provisioning profile that matches the id and is falling back on the generic one, which then fails because the project is configured to use the aps-environment which isn't supported by the generic profile.What I don't understand is why is xcode not finding the specifc profile for this app id?I installed it (I believe) because I downloaded it and double clicked it. Though I can't find where to check if it is installed, Xcode -> Preferences... -> Accounts -> (my account) doesn't list any provisioning profiles, just two teams, my own team and the companies team.Where can I view the profiles that are installed?How can I debug why xcode is not finding them.Thanks
Posted
by austinuk.
Last updated
.