Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

163,123 results found

Post

Replies

Boosts

Views

Activity

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
126
May ’25
How can I verify archive with two factor authentication?
I am running Xcode on Yosemite and have finished a new version of an app. I want to make an ad hoc distribution for testing as done with previous versions but this is now blocked as I cannot upgrade my appleID - Xcode connection with the now compulsory two factor code. There's no place to type it in. I started with Xcode 6.4 but have since moved to 7.2, but the issue is still there. How far do I have to upgrade (OS and Xcode) in order to be again able to work and distribute?
0
0
948
Mar ’19
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
305
Jun ’15
Problems to Install Beta 2
After upgrading the iPhone Version to IOS 13 Beta 2, I started to update my watchOS 6 to beta 2 as well. Unfortunately the update stopped after downloading onto the iPhone with an error Message : Update can not be installed. During the Installation of the new watchOS Version onto the Apple Watch an error occured..( my translation from German ;-) . Any idea what happed and how to get around ?
0
0
397
Jun ’19
WatchConnectivity and watchOS 2
Hello Everybody.I've been wondering about something. Why is it that none of the big apps like Twitter and Instagram have updated their apps to watchOS 2, and why aren't they utilizing WatchConnectivity? It seems odd to me that these developers aren't optimizing their user experience, and aren't making an app worth using for the watch. After a bit of experimenting I found that using WatchConnectivity doesn't take much more work than using App Groups for watchOS 1.Are you using WatchConnectivity? If not, why? And would you begin using WatchConnectivity if it was just as easy as using App Groups?Discuss down below.
0
0
398
Apr ’16
Combining two audio AVAssetWriterInput
Hello,I am working with Replay Kit 2, to record the screen, the app output audio, and the phone input microphone.This means I can have up to 3 AVAssetWriterInput instances:- 1 for the app video (screen recording)- 1 for app audio (stereo, 2 channels, 441000 sample rate, 64000 bit rate)- 1 for microphone audio (mono, 1 channel, 441000 sample rate, 64000 bit rate)I am using a AVAssetWriter to combine these three inputs. (using add: method)This results in an mp4 with two different audio tracks, one with only the app audio, and another with the microphone audio. This means in some players like VLC only one track at a time is played.Is there any specific way to combine both inputs into one in the final MP4?
3
0
3.0k
Jan ’18
Make 2 contradictory methods work in drawRect
I'm writing an app building elements consisting of CGPoints. I have 2 buttons: makeRectangle and makeTriangle. For building/drawing stage I use three methods for rectangle and three methods for triangle inside drawRect.I'm stuck with my code in drawRect. In if-else-statement each method swaps the building/drawing scheme for previous element every time a button pressed.If I already have built rectangle and then I click makeTriangle button, I get new triangle but my rectangle turns into triangle with one unconnected point.Is there a workaround or I shouldn't use drawRect method?Here's a code and all the details:http://stackoverflow.com/questions/39855349/make-2-contradictory-methods-work-in-drawrect
1
0
246
Oct ’16
Two document types in SwiftUI?
Documentation of DocumentGroup says: Your app can support multiple document types by adding additional document group scenes: The example has an editor and a viewer, but I need to have two editors. Creating two different DocumentGroup elements seems to work, but then there's only one New Document menu item, which targets the first DocumentGroup. Is there a way to allow the user to choose which document type to create?
2
0
1.5k
Mar ’22
Reply to Storing static string secure
You keep writing ‘Store securely’. That is a good question and you received two answers 1) in the keychain and 2) by adding or changing certain characters so only your app’s hard code can decode it. But your real question is ‘how can I place a secret token in my app’ and for that question only #2 is applicable.
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’19
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.
Replies
0
Boosts
0
Views
126
Activity
May ’25
How can I verify archive with two factor authentication?
I am running Xcode on Yosemite and have finished a new version of an app. I want to make an ad hoc distribution for testing as done with previous versions but this is now blocked as I cannot upgrade my appleID - Xcode connection with the now compulsory two factor code. There's no place to type it in. I started with Xcode 6.4 but have since moved to 7.2, but the issue is still there. How far do I have to upgrade (OS and Xcode) in order to be again able to work and distribute?
Replies
0
Boosts
0
Views
948
Activity
Mar ’19
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
Replies
0
Boosts
0
Views
305
Activity
Jun ’15
Problems to Install Beta 2
After upgrading the iPhone Version to IOS 13 Beta 2, I started to update my watchOS 6 to beta 2 as well. Unfortunately the update stopped after downloading onto the iPhone with an error Message : Update can not be installed. During the Installation of the new watchOS Version onto the Apple Watch an error occured..( my translation from German ;-) . Any idea what happed and how to get around ?
Replies
0
Boosts
0
Views
397
Activity
Jun ’19
Touch coordinates on watchOS 2
Is it possibile to detect the touch coordinates with the watchOS 2 APIs?For instance, is there a way to draw something with my fingers like on digital touch?
Replies
0
Boosts
0
Views
209
Activity
Jun ’15
WatchConnectivity and watchOS 2
Hello Everybody.I've been wondering about something. Why is it that none of the big apps like Twitter and Instagram have updated their apps to watchOS 2, and why aren't they utilizing WatchConnectivity? It seems odd to me that these developers aren't optimizing their user experience, and aren't making an app worth using for the watch. After a bit of experimenting I found that using WatchConnectivity doesn't take much more work than using App Groups for watchOS 1.Are you using WatchConnectivity? If not, why? And would you begin using WatchConnectivity if it was just as easy as using App Groups?Discuss down below.
Replies
0
Boosts
0
Views
398
Activity
Apr ’16
Combining two audio AVAssetWriterInput
Hello,I am working with Replay Kit 2, to record the screen, the app output audio, and the phone input microphone.This means I can have up to 3 AVAssetWriterInput instances:- 1 for the app video (screen recording)- 1 for app audio (stereo, 2 channels, 441000 sample rate, 64000 bit rate)- 1 for microphone audio (mono, 1 channel, 441000 sample rate, 64000 bit rate)I am using a AVAssetWriter to combine these three inputs. (using add: method)This results in an mp4 with two different audio tracks, one with only the app audio, and another with the microphone audio. This means in some players like VLC only one track at a time is played.Is there any specific way to combine both inputs into one in the final MP4?
Replies
3
Boosts
0
Views
3.0k
Activity
Jan ’18
Animation in Watch OS 2
Is there any way to animate the WKGroup and any other Element of Watch OS 2 . Also is there any API for touch gesture in Watch kit ?
Replies
1
Boosts
0
Views
482
Activity
Aug ’15
Make 2 contradictory methods work in drawRect
I'm writing an app building elements consisting of CGPoints. I have 2 buttons: makeRectangle and makeTriangle. For building/drawing stage I use three methods for rectangle and three methods for triangle inside drawRect.I'm stuck with my code in drawRect. In if-else-statement each method swaps the building/drawing scheme for previous element every time a button pressed.If I already have built rectangle and then I click makeTriangle button, I get new triangle but my rectangle turns into triangle with one unconnected point.Is there a workaround or I shouldn't use drawRect method?Here's a code and all the details:http://stackoverflow.com/questions/39855349/make-2-contradictory-methods-work-in-drawrect
Replies
1
Boosts
0
Views
246
Activity
Oct ’16
Two document types in SwiftUI?
Documentation of DocumentGroup says: Your app can support multiple document types by adding additional document group scenes: The example has an editor and a viewer, but I need to have two editors. Creating two different DocumentGroup elements seems to work, but then there's only one New Document menu item, which targets the first DocumentGroup. Is there a way to allow the user to choose which document type to create?
Replies
2
Boosts
0
Views
1.5k
Activity
Mar ’22
Xcode 15 Beta 2 can't find iOS 17 Beta 2 device
Upgraded to Xcode 15 Beta 2 (15A5161b) and iOS 17 Beta 2 (21A5268h) today (on an Intel Mac, running macOS 13.4.1). Now Xcode no longer finds any eligible connected devices, while Finder does show the iPhone. This iPhone 11 is connected via USB and Developer Mode is turned on. What could be wrong? How to fix it?
Replies
7
Boosts
0
Views
5.9k
Activity
Jun ’23
Airplay 2 in a Mac app
Are there APIs yet to allow a Mac app, other than iTunes, to stream audio to an AirPlay 2 device?Thanks,Rob
Replies
0
Boosts
0
Views
1.2k
Activity
Oct ’18
“Apache Log4j 2” in AppStoreConnect
Does AppStoreConnect (https://appstoreconnect.apple.com/) have any information in response to the Apache Log4j 2 vulnerability (CVE-2021-44228)? Has it been completed yet?
Replies
1
Boosts
0
Views
403
Activity
Dec ’21
How can I monitor and enforce two factor for iCloud?
Based on security issues that exist without two factor, the only way I can ethically support iCloud with PII is if 1) Two factor is enabled at sign up / authentication 2) My data is inacessible if Two Factor is disabled. 3) Optionally - I get notified if Two Factor is disabled and I revoke accessIs this possible?
Replies
2
Boosts
0
Views
378
Activity
Jan ’16
Reply to Storing static string secure
You keep writing ‘Store securely’. That is a good question and you received two answers 1) in the keychain and 2) by adding or changing certain characters so only your app’s hard code can decode it. But your real question is ‘how can I place a secret token in my app’ and for that question only #2 is applicable.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’19