Welcome to the Apple Developer Forums:

Post your questions, exchange knowledge, and connect with fellow developers and Apple engineers on a variety of software development topics.

For questions about using Apple hardware and services, visit Apple Support Communities

Posts

Sort by:
Post not yet marked as solved
4 Views

replaykit, appoint extension bundleId,start-up another app extension

my extension id : com.***.test other extension id : com.***.testabc I ues replaykit to realize screen share, when preferredExtension appoint my extension bundleId, broadcastPickerView also selected my extension, but system start-up another app extension.(when click top red status bar, it show other app name) it has that rule? when other app extension id contain my extension id, system stat-up long id extension?
Asked
Post not yet marked as solved
10 Views

replaykit, appoint extension bundleId,start-up another app extension

my extension id : com.***.test other extension id : com.***.testabc I ues replaykit to realize screen share, when preferredExtension appoint my extension bundleId, broadcastPickerView also selected my extension, but system start-up another app extension.(when click top red status bar, it show other app name) it has that rule? when other app extension id contain my extension id, system stat-up long id extension?
Asked
Post not yet marked as solved
5 Views

switfui onContinueUserActivity

Hi, I am trying to implement universal link in my app. The business need requires to record the referrer URL. So, i use onContinueUserActivity because it allows the app to capture a userActivity dictionary sent by iOS. However, it is never called when i click on a link to launch into the app. The app is launched but the handler is never called. My question is: Does swiftUI onContinueUserActivity supports web link click , activity type NSUserActivityTypeBrowsingWeb ? if so, can i see an example. Thanks!
Asked
Post not yet marked as solved
9 Views

"ownership rights"

i uesd youtube free audio and blender for 3d model. in applying question, "Did you use any content you do not have ownership rights to?" do i have to write in YES or No? if license is free, the ownership is mine..?
Asked
by leehankyu.
Post not yet marked as solved
10 Views

XCode 13

I have an iMac 12,2 which I updated to Monterey, wahoo, I love and I really do not want to upgrade and spend $2k on a refurbished 27' iMac! 12 GB of memory, and I'm having difficulty with XCode crashing when I attempt run code. "Crashed Thread: 9 Dispatch queue: com.apple.SwiftUI.DisplayLink" is the report I get. I've read numerous other posts about XCode 13 crashing due to "TimeourError", and curious if those effected have overcome this.
Asked
by MKnauth39.
Post not yet marked as solved
15 Views

How do I delete greyed-out certificates?

I'd like to delete these, but I can't because they are greyed-out. They also prevent me from creating a new certificate. There was an error attaching screenshots on this forum for some reason, so I uploaded them here: https://imgur.com/a/ZHlJ4yC Can anyone help me out please? I tried deleting my Apple ID from Xcode and sign in again, I tried doing it with the root user, I tried safe mode, I tried completely deleting the app along with its related files and reinstall it... Is there a command I could execute with the Terminal to delete those? Thanks!
Asked
Post not yet marked as solved
17 Views

What type of project to use?

Hello, What type of playground are we supposed to create to participate in the Swift Student Challenge? On Swift Playgrounds, the 2 options are "App" and "Playground." Thank you
Asked
by Coder T.
Post not yet marked as solved
13 Views

Your account information was entered incorrectly -20101

Return status of ITunes transporter was:1 your account Information was entered incorrectly -20101 The call to iTMSTransporter completed with a non-zero exit status: 1 this indicates a failure Failed to upload to AppStore. Error uploading ipa file:
Asked
Post not yet marked as solved
34 Views

"Failed to produce a diagnostic for expression; please file a bug report" error.

İ am getting "Failed to produce a diagnostic for expression; please file a bug report" error. import SwiftUI struct ContentView: View {     let lifeformanalyzer = Lifeformanalyzer()     @State var text = ""     @State var title = "Merhaba insan!"          var body: some View { ————> error is here         VStack {             Image(systemName: "face.smiling.fill")                 .imageScale(.large)                 .foregroundColor(.accentColor)                 .padding(.top, 50)             Text(title)                 .font(.largeTitle)                          Spacer()                          TextField("Birşey yazın", text: $text)                 .multilineTextAlignment(.center)                 .frame(width: 300)                          Spacer()                          Button("Gönder") {                 submit()             }                          Spacer()                      }                                   .padding()         .frame(maxWidth: .infinity, maxHeight: .infinity)         .background(Color(red: 0.024, green: 0.392, blue: 0.549))         .ignoresSafeArea()                  func submit() {                      }     var title = "Merhaba \(lifeformanalyzer.processLifeform(text: text))!"                       }                     } The other swift file Lifeformanalyzer: class Lifeformanalyzer {          func processLifeform(text: String) -> String{                  text.lowercased().contains("vak")         ? "ördek" : "insan"     } }
Asked
Post not yet marked as solved
26 Views

Emoji and SFSymbol in app

May I use emojis or SFSymbols in my app?
Asked
by BaDev03.
Post not yet marked as solved
30 Views

Blank scene with xcode connected and "Metal -> API Validation" turned off.

I'm not sure which combination of iOS/XCode/Mac OS is causing this issue, but all of a sudden when I try to run our SceneKit app and the "Scheme -> Diagnostics -> Metal -> API Validation" setting is turned off the scene won't render and the console is just full of the following errors: Execution of the command buffer was aborted due to an error during execution. Invalid Resource (00000009:kIOGPUCommandBufferCallbackErrorInvalidResource) [SceneKit] Error: Main command buffer execution failed with status 5, error: Error Domain=MTLCommandBufferErrorDomain Code=9 "Invalid Resource (00000009:kIOGPUCommandBufferCallbackErrorInvalidResource)"  ) If you run the app outside of xcode it's fine, also enabling the "API Validation" option stops the issue. One of my schemes has this option disabled since the project began and never had an issue before. Just throwing this out there incase someone else has spent hours of their life trying to figure out why this is not working for them. Also you can just create a new SceneKit project and turn that diagnostic option off and the app won't render anything.
Asked
by markdaws.
Post not yet marked as solved
20 Views

Submission status

Hi guys, I just make my submission a few moment ago. However, I do not received any confirmation email or any notification from the website to indicates that it was success or not. Is there any way I can check the status of submission? Thanks
Asked
by edvo19.
Post not yet marked as solved
25 Views

I can't find the App Store connect method of Distribution

HI there, When I Archive my project, after this process of archiving is complete and I select Distribute, I can't find the App Store Connect option in the "Select a method of distribution" dialog. Please see image. I need your help please thanks. NB: this is my first app for the App Store. I am using Xcode Version 13.3 (13E113)
Asked
by manglide.
Post not yet marked as solved
36 Views

OS keeps crashing my app

The operating system keeps crashing my app. It doesn't look to be from any of my code. I think this is a bug. What can I do as a work around? crashlog.crash
Asked
by sami.taha.