Posts

Post not yet marked as solved
18 Replies
14k Views
I made an update to an app but it's using screenshots from the previous update.I thought it might have been a caching issue on my device but I checked my app listing on other devices that hadn't visited it before and they still show the old screenshots.What's strange is that if I share the app in Messages it will show the new screenshot in the share preview but not in the App Store.Is anyone else seeing this?
Posted
by JohnD.
Last updated
.
Post not yet marked as solved
2 Replies
2.7k Views
There is currently a problem uploading videos to App Store Connect. I keep getting this error even if my app previews have no audio. Is there anyway currently to upload app previews? Your app preview contains unsupported or corrupted audio.
Posted
by JohnD.
Last updated
.
Post not yet marked as solved
1 Replies
841 Views
I was added to another company's Apple Developer account. I can login, but how do I add a team provisioning profile for this company in Xcode? They added me using my same Apple ID. I can see my company and personal team profiles in Xcode, but I don't know how to get there's in the list too.
Posted
by JohnD.
Last updated
.
Post not yet marked as solved
1 Replies
1.2k Views
I have this problem where sometimes previews just stop working in a project. It happened to me once in Xcode 13, and it happened for my now in Xcode 14. How do you get the preview pane to show again? The only way I was able to fix it before was recreating the entire project.
Posted
by JohnD.
Last updated
.
Post not yet marked as solved
0 Replies
790 Views
Is it possible to have section headers in a table view always show the background color even when they are not scrolled? The new behavior of iOS 15 is to only show the background color when it's scrolled.
Posted
by JohnD.
Last updated
.
Post not yet marked as solved
0 Replies
505 Views
I'm trying to set the first frame of my app preview as the poster frame, but when I click "Set Poster Frame" nothing happens. It works fine for any other poster frame just not the very first frame. Is this a bug? Does this work for anyone else? I tried multiple videos with the same problem. I'm using Safari.
Posted
by JohnD.
Last updated
.
Post not yet marked as solved
2 Replies
1.6k Views
I have an app that is getting many more downloads than views. How can someone download the app without viewing it?
Posted
by JohnD.
Last updated
.
Post not yet marked as solved
0 Replies
789 Views
I'm following the documentation here to capture video and audio. https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/avcam_building_a_camera_app I want to mute the input audio during parts of the capture session. I can create an audio connection like this and mute the audio using the "enabled" property. AVCaptureConnection *audioConnection = [movieFileOutput connectionWithMediaType:AVMediaTypeAudio]; audioConnection.enabled = NO; However, when I try to set this property later to "YES" the capture session stops recording with this error. Movie file finishing error: Error Domain=AVFoundationErrorDomain Code=-11818 "Recording Stopped" How do I mute and unmute input audio during a capture session?
Posted
by JohnD.
Last updated
.
Post not yet marked as solved
0 Replies
447 Views
We are launching a new delivery app and we are considering only offering sign up using an Apple ID. Has anyone tried this approach or know of any other apps that only offer sign-up using an Apple ID?
Posted
by JohnD.
Last updated
.
Post not yet marked as solved
0 Replies
719 Views
From what I understand OpenGL should still be supported in iOS 13 even though it's deprecated but none of my GLKView's are rendering. How do I enable OpenGL in iOS 13?
Posted
by JohnD.
Last updated
.
Post not yet marked as solved
1 Replies
723 Views
I was using a custom theme for my source code in Fonts & Colors for many versions of Xcode but Xcode 11 deleted it and replaced it with the "Default (Dark)". Is there any way to find and restore my theme? I don't remember all the settings.
Posted
by JohnD.
Last updated
.