Search results for

DTiPhoneSimulatorErrorDomain Code 2

158,677 results found

Post

Replies

Boosts

Views

Activity

Connect Two Apps
HiI wanted to know how would I connect two apps to each other. I am making an app similar to Uber in Xcode with Swift. An example of what I need help with is in Uber when someone requests a ride that person can see who their driver is and the drivers info on the customer app and the driver gets the passengers info in the Uber employee app. Even if one person is using an iPhone and the other is using Android. If possible I would like to know how to do this using Firebase. One app is for customers and the other is for employees. How would I do this using Swift in XCode. I’m sorry if this is to broad but it’s the best I could describe what I need help with.Thank You
1
0
645
Jun ’18
Migrating to StoreKit 2
Hi Friends, I have an iOS app, which uses around 500 in app purchases for various modules. I am using StoreKit for in app purchase, now trying to migrate this to StoreKit 2. I am using Product.products(for:) method to fetch all the products by sending identifiers of all the 500 In app purchases. In response, I am getting details of only 160 products, the method is not returning remaining in app purchases. What could be the reason for this behaviour, how to get rid of the issue? May be is this the issue will happen only on TestFlight? If someone from Apple assures about it, we have plan to submit the app. Please advise, Thank you.
0
0
97
May ’25
HomeKit Code Retrieval
Is there a way to create an app that retrieves the HomeKit Code from accessories already associated with a Home? I have several Elgato Eve Light Switches in my Home. Recently, two of the swtiches have become unresponsive in the Home app as well as in the Elgato Eve app. I tried to reset them, but in order to reassociate the switches with my Home, I need each device's HomeKit Code. Unfortunately, I've misplaced the manual for these two swiches (wouldn't you know it), upon which one of the HomeKit code decals was attached. The other decal for each switch was attached to the contemporary single gang switch cover plate that I discarded since both of my switches are installed in multi-gang outlets. There is no record of the HomeKit code on the switches themselves, sadly. I tried to contact Elgato to see if they have a record of the HomeKit Code for their devices based on the serial number and they don't. Probably a privacy issue. I have very limited coding
4
0
7.8k
Feb ’18
Notarization - invalid 2, Package Invalid
I have code signed a screen saver (legacy screen saver) I have verified it is code signed using: codesign -vvv --deep --strict pathtofile (valid on disk, satisfies its Designated Requirement) I have tried putting the file into a folder and then using: /usr/bin/ditto -c -k --keepParent APP_PATH ZIPPATH and I have tried just zipping the .saver file using the same ditto command. Then I try to notarize by using: xcrun altool -notarize-app --primary-bundle-id com.xxx.screen.zip -username appleID -password appSpecificPassword --asc-provider ProviderShortName --file screensaver.zip It says No errors uploading and gives me a RequestUUID back. However at the end of all this, it tells me it was not notified, that status = invalid, status code = 2, Package invalid How can I find out what the problem is? Where did I go wrong? Thanks!
3
0
1.8k
Aug ’20
Code Signing Failure: code signature is invalid
codesign -dvvv BignoteHID2.kextExecutable=/Library/Extensions/BignoteHID2.kext/Contents/MacOS/BignoteHID2Identifier=com.islkorea.kext.bignote2Format=bundle with Mach-O thin (x86_64)CodeDirectory v=20200 size=210 flags=0x0(none) hashes=3+3 location=embeddedHash type=sha1 size=20CDHash=e0f774fc6fd4ce5b446be8418a56ae69293d09d6Signature size=4241Authority=Developer ID Application: ISLKorea Co., Ltd (REQYHZKQGZ)Authority=Developer ID Certification AuthorityAuthority=Apple Root CASigned Time=2016. 7. 2. 오전 12:06:44Info.plist entries=21TeamIdentifier=REQYHZKQGZSealed Resources version=2 rules=12 files=0Internal requirements count=1 size=220sudo kextutil BignoteHID2.kextDiagnostics for /Library/Extensions/BignoteHID2.kext:Code Signing Failure: code signature is invalidERROR: invalid signature for com.islkorea.kext.bignote2, will not loadWhat's problem?
2
0
1.6k
Jul ’16
VisionOS 2 Beta crash - doesNotRecognizeSelector plane
In Xcode 16 beta 1 and 3, when running a VisionOS 2 simulator on an SwiftUI app that ran successfully in VisionOS 1, I received the following crash at startup: Thread 1: *** -[NSProxy doesNotRecognizeSelector:plane] called! I've gone through my code attempting to find any references to a plane method, but I have no such calls in my code, leading me to suspect that this is somehow related to VisionOS beta simulator code. Has anyone else run into this bug and worked around it somehow?
2
0
840
Jul ’24
Reply to Mystery Inverted Bool
DispatchQueue.main.async is, as it says in its name, asynchronous. Therefore your code is not executing in a linear line-by-line manner. You think the code is being executed in this order don't you: 1) DispatchQueue.main.async { 2) self.stillLoading = true } 3) print(stillLoading) It is NOT the case the line 2 is guaranteed to execute before line 3. Because line 1 is asynchronous, after 1 has executed, then control will jump to line 3 and meanwhile line 2 is dispatched to execute in parallel.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’23
Its been two weeks in Waiting for review
Hello two weeks ago i changed the state of the application to waiting for review in iTunesConnect. And exactly one week later, they rejected the app cause of the app rating was 9, and they wanted me to change it to 12. I did that and changed the state to waiting for review in the next two mintues. And after that its going to be one week. I didnt understand, I didnt upload a new build, why its taking much to time fo review board to analyse my app.Really sad. Is it cause halloween holidays ?? I wonder.
0
0
238
Nov ’15
Apache support for http/2
Hullo,hearing the WWDC talks, iOS shall soon start to submit http/2 requests. I have Apache on Centos 7 in my back office, anyone knows how to adjust it to also handle http/2 or if it is needed to add some more components Or use a different server, I found some but I would like not to trash Apache. This protocol seems all but new and there is hardly any information in the Internet at large.thanks, Fabrizio
0
0
291
Jun ’15