Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

162,350 results found

Post

Replies

Boosts

Views

Activity

Two-Factor Authentication Problem
Ever since setting up two-factor authenication, every time I log in to my account, I have to enter a code. Every time it tells me, You will not be asked for a verification code the next time you sign in. I click Trust, and yet it keeps asking me. Will it ever actually trust my browser and stop asking me, or is this just something I'm going to have to do every time?
6
0
2.5k
Mar ’19
Swift 2 SKEmitter Problem?
All,Before Apple released Swift 2 and Xcode 7 I was using the following Swift code to display Particles. It worked like a charm. Then the updates to Swift 2 and the particles just will not render and display. Here is the code does anyone know how I can fix it?let sparkEmitter = SKEmitterNode(fileNamed: zombie_slice.sks) sparkEmitter!.name = sparkEmitter sparkEmitter!.zPosition = 1 sparkEmitter!.targetNode = self sparkEmitter!.particleLifetime = 1 sparkEmitter!.position.x = self.player.position.x sparkEmitter!.position.y = self.player.position.y self.addChild(sparkEmitter!) let actionDone = SKAction.runBlock({self.zombieDeathSequenceEnded(node as! SKSpriteNode, zombieNumber: zombieToUseForDeathSequence as Int, theEmitter: sparkEmitter!)}) node.runAction(SKAction.sequence([zombie_death_anim, actionDone]))
1
0
324
Sep ’15
Watch OS 2: How to transfer data from Watch OS 2 to Mobile App when the two devices are disconnected.
My app requires me to send some data from the Watch OS to the Mobile OS while the two devices are in disconnected state. Is this possible with the transferuserinfo method of the WCSession class? Will the data be delivered?Documentation states that the transferUserInfo method should be used only when the WCSession is active. When the two devices are disconnected, if i call the WCSession activateSession method, will the session be considered as active on the Watch Device?Thanks in advance.
1
0
462
Mar ’16
2 Apps (free and buying)
HiIs it possible to develop 2 Versions of all my Apps (one for free with iAds and the other one for buying). Does Apple accept this, even if I have 5 or 6 Apps. Then every App is twice in the App Store.I tried hard to use a InApp-Purchase Code to let the user buy the App and then let disappear the iAd. But without success. I have good codes that should work, but it didn't work when I tested it. I'm not that good in programming. But I nearly finished a working app.I started to create an App a few years ago, but then a few years ago, I stopped to develop, because I thought I can not finish it. Now I want to start again with this project and finish it. I think I can do it, if I always develop 2 Apps of each.thank you
2
0
613
Apr ’16
StoreKit 2 - Issue
Hello, Im trying to use in-app purchases for first time. I have followed the tutorial for StoreKit 2 from the WWDC21 and in the simulator with the StoreKit Configuration File all was OK. But now I want test to the real server and I have this response: Error enumerating unfinished transactions for first transaction listener: Error Domain=ASDErrorDomain Code=509 No active account UserInfo={client-environment-type=Sandbox, storefront-country-code=USA, NSLocalizedDescription=No active account} In Run -> StoreKit configuration I have selected none In AppleStoreConnect I have created the auto-renewal suscription like in my StoreKit configuration. Also I create a new StoreKit configuration from the AppleStoreConnect and with this file its OK too. None of my testflight testers can see the options to purchase. I dont create any sandbox user. It's the problem? I saw in the documentation thats not needed. I am thankful for any kind of help. David
2
0
3.1k
Oct ’22
two installs with one user
its posible to install the osX el capitan in two macs with the same developer user?Yesterday, i download the installer in my imac, but i dont install in it.i think is best install in my MBP for TEST.But today when i try to download, in MBP, i can,t. the code is in use.Sorry for my english....
2
0
297
Jun ’15
Some Two Factor Help
Folks;I'm under the impression that developer appleID accounts should have 2 factor for best results.Here's my dilema: I also have a separate personal appleID for tax and tracking reasons. Been this way for quite awhile.AND I use only 1 iPhone.So it would appear that I need to implement:2 factor on my developerID2 step on my personal appleIDCan this be done using a single iPhone? Obviously I have macs that could also be used(?)From my chair I don't see how I can have a single iPhone be the identity of two different appleIDs.In any case assuming this can be done - at the moment my state is backward:my developerID currently uses 2 stepmy personal appleID currently uses 2 factorHow do I best get these setting switched around?Thank-you for any clarifying thoughts here!! Links appreciatedSteve
0
0
2.1k
Jun ’18
How to Compare Two Paths
Hello, I was wondering how to compare two UIPaths together. Perhaps also find a percentage difference between the two. I was thinking initially of comparing the coordinates of every point. Are there any better solutions? Thank you.
0
0
276
Jan ’24
Two-Factor Authentication Problem
Ever since setting up two-factor authenication, every time I log in to my account, I have to enter a code. Every time it tells me, You will not be asked for a verification code the next time you sign in. I click Trust, and yet it keeps asking me. Will it ever actually trust my browser and stop asking me, or is this just something I'm going to have to do every time?
Replies
6
Boosts
0
Views
2.5k
Activity
Mar ’19
Swift 2 SKEmitter Problem?
All,Before Apple released Swift 2 and Xcode 7 I was using the following Swift code to display Particles. It worked like a charm. Then the updates to Swift 2 and the particles just will not render and display. Here is the code does anyone know how I can fix it?let sparkEmitter = SKEmitterNode(fileNamed: zombie_slice.sks) sparkEmitter!.name = sparkEmitter sparkEmitter!.zPosition = 1 sparkEmitter!.targetNode = self sparkEmitter!.particleLifetime = 1 sparkEmitter!.position.x = self.player.position.x sparkEmitter!.position.y = self.player.position.y self.addChild(sparkEmitter!) let actionDone = SKAction.runBlock({self.zombieDeathSequenceEnded(node as! SKSpriteNode, zombieNumber: zombieToUseForDeathSequence as Int, theEmitter: sparkEmitter!)}) node.runAction(SKAction.sequence([zombie_death_anim, actionDone]))
Replies
1
Boosts
0
Views
324
Activity
Sep ’15
Watch OS 2: How to transfer data from Watch OS 2 to Mobile App when the two devices are disconnected.
My app requires me to send some data from the Watch OS to the Mobile OS while the two devices are in disconnected state. Is this possible with the transferuserinfo method of the WCSession class? Will the data be delivered?Documentation states that the transferUserInfo method should be used only when the WCSession is active. When the two devices are disconnected, if i call the WCSession activateSession method, will the session be considered as active on the Watch Device?Thanks in advance.
Replies
1
Boosts
0
Views
462
Activity
Mar ’16
Universal 2 Binaries
I want to check on behaviour of macOS Application which is built with Universal 2 setting and loading a library which is not a Universal 2 binary. Will this work?
Replies
2
Boosts
0
Views
605
Activity
Feb ’21
2 Apps (free and buying)
HiIs it possible to develop 2 Versions of all my Apps (one for free with iAds and the other one for buying). Does Apple accept this, even if I have 5 or 6 Apps. Then every App is twice in the App Store.I tried hard to use a InApp-Purchase Code to let the user buy the App and then let disappear the iAd. But without success. I have good codes that should work, but it didn't work when I tested it. I'm not that good in programming. But I nearly finished a working app.I started to create an App a few years ago, but then a few years ago, I stopped to develop, because I thought I can not finish it. Now I want to start again with this project and finish it. I think I can do it, if I always develop 2 Apps of each.thank you
Replies
2
Boosts
0
Views
613
Activity
Apr ’16
StoreKit 2 - Issue
Hello, Im trying to use in-app purchases for first time. I have followed the tutorial for StoreKit 2 from the WWDC21 and in the simulator with the StoreKit Configuration File all was OK. But now I want test to the real server and I have this response: Error enumerating unfinished transactions for first transaction listener: Error Domain=ASDErrorDomain Code=509 No active account UserInfo={client-environment-type=Sandbox, storefront-country-code=USA, NSLocalizedDescription=No active account} In Run -> StoreKit configuration I have selected none In AppleStoreConnect I have created the auto-renewal suscription like in my StoreKit configuration. Also I create a new StoreKit configuration from the AppleStoreConnect and with this file its OK too. None of my testflight testers can see the options to purchase. I dont create any sandbox user. It's the problem? I saw in the documentation thats not needed. I am thankful for any kind of help. David
Replies
2
Boosts
0
Views
3.1k
Activity
Oct ’22
Composite two NSImages
Is it possible to combine two NSImages, one on top of another, specifying a blend mode? I have two images I would like to overlay, then display in an NSImageView. I appreciate any guidance. Thanks
Replies
2
Boosts
0
Views
492
Activity
Jan ’23
two installs with one user
its posible to install the osX el capitan in two macs with the same developer user?Yesterday, i download the installer in my imac, but i dont install in it.i think is best install in my MBP for TEST.But today when i try to download, in MBP, i can,t. the code is in use.Sorry for my english....
Replies
2
Boosts
0
Views
297
Activity
Jun ’15
Use iPhone for Two Factor Login
Hey guys, A quick question. I use my personal phone as a two factor auth which I use to login to my personal account. Is it possible to have this same phone to receive the two factor auth code when I log in using my company email?
Replies
1
Boosts
0
Views
84
Activity
Aug ’25
Some Two Factor Help
Folks;I'm under the impression that developer appleID accounts should have 2 factor for best results.Here's my dilema: I also have a separate personal appleID for tax and tracking reasons. Been this way for quite awhile.AND I use only 1 iPhone.So it would appear that I need to implement:2 factor on my developerID2 step on my personal appleIDCan this be done using a single iPhone? Obviously I have macs that could also be used(?)From my chair I don't see how I can have a single iPhone be the identity of two different appleIDs.In any case assuming this can be done - at the moment my state is backward:my developerID currently uses 2 stepmy personal appleID currently uses 2 factorHow do I best get these setting switched around?Thank-you for any clarifying thoughts here!! Links appreciatedSteve
Replies
0
Boosts
0
Views
2.1k
Activity
Jun ’18
How to Compare Two Paths
Hello, I was wondering how to compare two UIPaths together. Perhaps also find a percentage difference between the two. I was thinking initially of comparing the coordinates of every point. Are there any better solutions? Thank you.
Replies
0
Boosts
0
Views
276
Activity
Jan ’24
how to upgrade to beta 2
So looks like beta 2 is out but when I go to my apple watch application and go into general->software update it says there are no updates available. Do I need to download the beta 2 download and do the whole install process all over again?
Replies
1
Boosts
0
Views
461
Activity
Jun ’15
where is el capitan beta 2?
It's not in App Store updates and when I click on the beta 2 in my developer account it tells me the code has already been used.
Replies
17
Boosts
0
Views
5.2k
Activity
Jun ’15
Reply to I have two sets of code which are literally same but only one code set works and another doesn't
Doesn’t work means it throws error on Json decoder in catch statement it throws this error only for the first code not for the second cide below the comment although those two code looks similar to me do you find any differences in these two codes (above and below the comment)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to LineMark Does Not Respect .foregroundStyle Color choice
I see 2 colors, just as you specified: 2 are green, one is teal… There is no pink in your code.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22