Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

163,116 results found

Post

Replies

Boosts

Views

Activity

Selling 2 versions of an app
I would need some advice here.I have an app on the appstore for some time.Let's call it app Basic. Which sells for 1.I will introduce soon a more powerful version, with Watch support.Its name will be app Pro, with a specific icon. It will sell for 2.I considered several options for sale, notring that I want to keep both versions in appStore.Option 1:Have the 2 versions sold independantly.Great for the one who buys directly Pro or just wants Basic because he has no need fopr watch app.Problem: user who paid 1. for basic will have to pay 2 for Pro when he does not need Basic anymore. At the end, that means that Pro costs 2. or 3. depending how you purchased.Option2-> Is there a way to discount on the appstore (I mean, no specific feature in the apps) if user already bought basic ?Option 3:Sell Pro through IAP of 1 in Basic-> But that will force user to buy first Basic, then IAP for Pro to install a second app.I am certainly not the first to have a dual version scheme. A
6
0
927
Oct ’19
Should I download IOS Beta 2?
I Installed beta 1 and it almost bricked my iPad mini 2. I didn’t wanna put it into recovery mode and I left it charging and it got out of the boot loop in a couple of hours. It dies really fast and if it dies/overheats, it goes back into the boot loop. But after it charges for a couple of hours it’s fine. Should I update to beta 2? Will my issues be resolve?
1
0
302
Jun ’17
2 Back Buttons When Creating Multiple Views
Hello! I am experimenting with multiple views in an app, and I realized that if I created more than 2 views, multiple back buttons would appear based on how many views were created (If 3 were created, the 2 would appear, one button going to one view and the other back button going to another view),so how do I fix this? Here is an image of the back buttons: And here is the code for the views: First View: Second View: Third View:
1
0
583
Jun ’21
Can't Find macOS 10.12 Beta 2
I've used my redeem code to download macOS 10.12 Beta, then deleted it from /Applications. In hindsight that was a bad idea. When I press the download button for macOS 10.12 Beta 2 in the developer downloads website, it says the code has already been redeemed. If I look in my Purchased section of the App Store app, I can't see macOS 10.12 Beta2 listed. Do I need another redeem code, or is there some command I can run to make it visible in the Purchased section?
6
0
857
Jul ’16
Reply to Problems with randomised array items
Please edit your text properly. It is just impossible to read.Hey guys, so I've made an array called listY1 containing multiple questions, and each array value contains 2 contents, text (String) and correctanswer (bool).I've also made an array called UserPickedAnswer (bool) and a UILabel called questionLabel.So for some reason ther question label Is 1 time before the question text:for example(I set a var MyVar : bool = false.var My2ndVar = 0.var question = [1+1=2, 2+2=22]and the correct answer for the 1 item array is true and the 2nd if false.the UIlabel shows that the question is 1+1=2 when really the question is 2+2=22,so if I answer true then it will be wrong because the UILabel shows1+1=2 but the question is 2+2=22)I know it's confusing but if you understand, please help.And use code formatter (<>) for the code.Make sure you show the code where you set UILabel
Topic: Programming Languages SubTopic: Swift Tags:
Dec ’18
Reply to SKAdImpression unknown 500 error
iOS 15.4 beta 5 Mar 2 12:54:05 TestApp(StoreKit)[752] : SKAdNetwork: Error in remote proxy while starting view-through impression: Error Domain=SKANErrorDomain Code=10 (null) Mar 2 12:54:07 TestApp(StoreKit)[752] : SKAdNetwork: Error in remote proxy while ending view-through impression: Error Domain=SKANErrorDomain Code=10 (null) Mar 2 12:54:24 TestApp(StoreKit)[752] : SKAdNetwork: Error in remote proxy while ending view-through impression: Error Domain=SKANErrorDomain Code=4 (null)
Topic: App & System Services SubTopic: StoreKit Tags:
Mar ’22
Reply to How to display a base64 file
I think at this point you have two options:1. File a bug report containing the PDF file and your code, then submit a developer tech support incident (described here: https://developer.apple.com/support/technical/).2. Post your question somewhere like Stack Overflow where you can post more of your code, any relevant links, and more information.
Topic: Programming Languages SubTopic: Swift Tags:
Dec ’17
Selling 2 versions of an app
I would need some advice here.I have an app on the appstore for some time.Let's call it app Basic. Which sells for 1.I will introduce soon a more powerful version, with Watch support.Its name will be app Pro, with a specific icon. It will sell for 2.I considered several options for sale, notring that I want to keep both versions in appStore.Option 1:Have the 2 versions sold independantly.Great for the one who buys directly Pro or just wants Basic because he has no need fopr watch app.Problem: user who paid 1. for basic will have to pay 2 for Pro when he does not need Basic anymore. At the end, that means that Pro costs 2. or 3. depending how you purchased.Option2-> Is there a way to discount on the appstore (I mean, no specific feature in the apps) if user already bought basic ?Option 3:Sell Pro through IAP of 1 in Basic-> But that will force user to buy first Basic, then IAP for Pro to install a second app.I am certainly not the first to have a dual version scheme. A
Replies
6
Boosts
0
Views
927
Activity
Oct ’19
Reply to Error: Value of type 'SettingsView' has no member 'tabItem'
What tutorial? Perhaps you've not copied the code correctly, or have missed something out. And, please format your code correctly. Three backticks before your code, and three afterwards, i.e. ALL of my code is within the two lines of backticks.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’24
iOS 10 beta 2
So I have the iOS 10 beta but still haven't seen the iOS 10 beta 2 .. what's going on?
Replies
2
Boosts
0
Views
365
Activity
Jul ’16
Scheduled notification in watchOS 2
How can I provide a scheduled notification apple watch?How work local notifications in watchOS 2?
Replies
2
Boosts
0
Views
1k
Activity
Jun ’15
ios 10 beta 2
como instalo direto pelo celular o ios 10 beta 2 ?
Replies
1
Boosts
0
Views
366
Activity
Jul ’16
Should I download IOS Beta 2?
I Installed beta 1 and it almost bricked my iPad mini 2. I didn’t wanna put it into recovery mode and I left it charging and it got out of the boot loop in a couple of hours. It dies really fast and if it dies/overheats, it goes back into the boot loop. But after it charges for a couple of hours it’s fine. Should I update to beta 2? Will my issues be resolve?
Replies
1
Boosts
0
Views
302
Activity
Jun ’17
2 Back Buttons When Creating Multiple Views
Hello! I am experimenting with multiple views in an app, and I realized that if I created more than 2 views, multiple back buttons would appear based on how many views were created (If 3 were created, the 2 would appear, one button going to one view and the other back button going to another view),so how do I fix this? Here is an image of the back buttons: And here is the code for the views: First View: Second View: Third View:
Replies
1
Boosts
0
Views
583
Activity
Jun ’21
Can't Find macOS 10.12 Beta 2
I've used my redeem code to download macOS 10.12 Beta, then deleted it from /Applications. In hindsight that was a bad idea. When I press the download button for macOS 10.12 Beta 2 in the developer downloads website, it says the code has already been redeemed. If I look in my Purchased section of the App Store app, I can't see macOS 10.12 Beta2 listed. Do I need another redeem code, or is there some command I can run to make it visible in the Purchased section?
Replies
6
Boosts
0
Views
857
Activity
Jul ’16
Reply to Problems with randomised array items
Please edit your text properly. It is just impossible to read.Hey guys, so I've made an array called listY1 containing multiple questions, and each array value contains 2 contents, text (String) and correctanswer (bool).I've also made an array called UserPickedAnswer (bool) and a UILabel called questionLabel.So for some reason ther question label Is 1 time before the question text:for example(I set a var MyVar : bool = false.var My2ndVar = 0.var question = [1+1=2, 2+2=22]and the correct answer for the 1 item array is true and the 2nd if false.the UIlabel shows that the question is 1+1=2 when really the question is 2+2=22,so if I answer true then it will be wrong because the UILabel shows1+1=2 but the question is 2+2=22)I know it's confusing but if you understand, please help.And use code formatter (<>) for the code.Make sure you show the code where you set UILabel
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’18
Reply to SKAdImpression unknown 500 error
iOS 15.4 beta 5 Mar 2 12:54:05 TestApp(StoreKit)[752] : SKAdNetwork: Error in remote proxy while starting view-through impression: Error Domain=SKANErrorDomain Code=10 (null) Mar 2 12:54:07 TestApp(StoreKit)[752] : SKAdNetwork: Error in remote proxy while ending view-through impression: Error Domain=SKANErrorDomain Code=10 (null) Mar 2 12:54:24 TestApp(StoreKit)[752] : SKAdNetwork: Error in remote proxy while ending view-through impression: Error Domain=SKANErrorDomain Code=4 (null)
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to PBO / GL_PIXEL_UNPACK_BUFFER causes Memory Leak in iOS 9 ?
We have tested our code on a new iPad Pro with iOS 9.3.1 and the PBO leak is gone (the same code leaks on an iPad Air 2 with iOS 9.1).
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’16
Reply to App Store not downloading macOS Sierra
Yes ... 1 rendeem code one machine ... not sure why they do this.I had to use 2 code with the same Apple ID on a MacBook Pro and on an iMac ...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’16
Sample Code for CloudKit
Looking for a pointer (site URL) that has a simple, clean sample code storing two records (eg, name, id#) from an app using CloudKit; and modify, add records.
Replies
3
Boosts
0
Views
1.6k
Activity
Jun ’15
Reply to How to display a base64 file
I think at this point you have two options:1. File a bug report containing the PDF file and your code, then submit a developer tech support incident (described here: https://developer.apple.com/support/technical/).2. Post your question somewhere like Stack Overflow where you can post more of your code, any relevant links, and more information.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’17
Could not launch "" ios14.2 xcode beta 2
i have this issue in ios14.2 and xcode 12.2 beta 2 The operation couldn’t be completed. Unable to launch com.example.ios14 because it has an invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user.
Replies
0
Boosts
0
Views
690
Activity
Sep ’20