Post not yet marked as solved
Is CloudKit HIPPA Compliant?
Post not yet marked as solved
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.
Post not yet marked as solved
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.
Post not yet marked as solved
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.
Post not yet marked as solved
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?
Post not yet marked as solved
I have an app that is getting many more downloads than views. How can someone download the app without viewing it?
Post not yet marked as solved
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?
Post not yet marked as solved
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?
Post not yet marked as solved
When you schedule a price change in App Store Connect, what time of day does that price change go into effect?
Post not yet marked as solved
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?
Post not yet marked as solved
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.
Post not yet marked as solved
Are there any services that offer free or low cost historical rankings data for apps on the App Store? This used to be a free service on many websites like App Annie but they only offer up to 90 days past data now and they are very cost prohibitive to unlock data on third party apps. Do any free/low-cost services still exist?
Post not yet marked as solved
I created an app listing for an app. It has not yet been published however I was contacted through the App Store about the name by another company.How would someone be able to find the owner of an app name and the Apple ID of that app if the app has not been published to the App Store?I am asking because I did not think this was possible.
Post not yet marked as solved
Does anyone know how often that data for search ads basic is updated? Is it real-time or updated daily?
Post not yet marked as solved
In App Analytics in iTunes Connect it breaks down where users are purchasing an app into four categories.Is it possible to drill down deeper into the "App Store Search" category? Specifically, I would like to know what users are searching for to find my app and what keywords are most relavant to getting sales.