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.
Post
Replies
Boosts
Views
Activity
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.
Does anyone know if the source code for the demo project shown in this video is available for download?
https://developer.apple.com/videos/play/wwdc2020/10644/
I have a specific project where SwiftUI previews won't show. Is there any way to try and debug what might be wrong? My other projects work fine.
Is CloudKit HIPPA Compliant?
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.
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.
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.
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?
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?
When you schedule a price change in App Store Connect, what time of day does that price change go into effect?
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?
I have an app that is getting many more downloads than views. How can someone download the app without viewing it?