Search results for

DTiPhoneSimulatorErrorDomain Code 2

158,526 results found

Post

Replies

Boosts

Views

Activity

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
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
594
Apr ’16
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
287
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
262
Jan ’24
Reply to How do I save and load an array into a table view using singleton database option?
Hello,I don't have a first view in navigation referenced as ViewController.I did find the problem though.The problem actually was that I wasn't calling the data from the database.I have 2 buttons in my main view, one is for loading a table with myRoster and one is for loading a table with draftOrder.I didn't ever show the code with these two buttons but I just changed the code to pull data from the database:The problem actually was that I wasn't calling the data from the database. I have 2 buttons in my main view, one is for loading a table with myRoster and one is for loading a table with draftOrder. I didn't ever show the code with these two buttons but I just changed the code to pull data from the database:Thank you for your help.
Jan ’20
Trying to build an iOS 9/watchOS 2 app for AdHoc distribution but keep getting code signing issues
So I'm trying to build my app for distribution for AdHoc beta testing, but I keep running into code signing issues. Building and running on decide (both phone and watch) work fine, but when I try to create an AdHoc distribution build, I run into this error:error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's. Embedded Binary Signing Certificate: Not Code Signed Parent App Signing Certificate: iPhone Distribution: [My signing certificate]I get this error during the step where it is validating the embedded WatchKit App binary.I've tried to follow the instructions creating a Distribution signing certificate, installing it, and then creating AdHoc provisioning profiles for each of my iOS app, the WatchKit app, and the WatchKit extension. I set the code signing identity for the release build setting for all three to my distribution certificate, and I've set the provisioning
20
0
13k
Jul ’15