Post

Replies

Boosts

Views

Activity

How do I change version number for app update?
I created a new version in iTunesConnect for an update to my app. I entered the wrong version number and didn't notice until I saved it. How do I either change this version number or delete the new version so I can create a new one?If memory serves, I have to actually submit an exe with the bad version before I can delete it. I was hoping Apple had fixed this.tia, PJ
6
3
42k
Dec ’22
Trader compliance..."I don't plan to distribute in the EU"
I looked at setting up the trader compliance stuff today and it looks like the "NO" answer has been modified to include "... or I don't plan to distribute in the EU". Does this mean I can select that and still distribute paid apps elsewhere in the world? If I pick that, will it automatically update my availability selections on each app to exclude the EU? Regards, Patrick
2
0
688
Aug ’24
How to programmatically access font style on UILabel?
Hi, In an iOS app, I have a Storyboard View Controller with a UILabel on it where I set the font style to Body/Heading/whatever with dynamic fonts. This all works fine. However, is there a way in the VC code to extract that font style? I've looked at the associated font and font descriptor for the UILabel but don't see an obvious attribute for it. Any idea how to see it? I would prefer not to hardcode it and extract it from the UILabel instead. I need it as I will be modifying portions of the text (bold, etc.). Regards, Patrick
0
0
1.3k
Aug ’22
Safe to update SKSpriteNode's texture on background thread?
I understand UI updates have to be on the main thread, but what about SKSpriteNode's texture? Can I update that in the background? I can update it in the background and it works like I want it to. No crashes, warnings, etc. I did verify that the thread is not the main thread via [NSThread isMainThread]. I have since wrapped the texture change in a dispatch_sync on the main queue and it works the same as without it. Regards, Patrick
0
0
936
May ’23
Xcode 15 forcing app id prefix to be team id
I'm submitting an update to an app which was originally submitted in 2008. So, it has one of the "old" app id prefixes, not the Team ID prefix used by newer apps. When I try to validate this app built in Xcode 15 in organizer, I get a warning that the app id prefix in the current store app is changing from the "old" prefix to the new Team ID prefix. I didn't change anything. The App Identifier, Certificates, and Profile are the same that I used last June under Xcode 14. So, there seems to be an issue with Xcode 15. Same issue under 15.0 and 15.2. Anyone know a fix for this? This still works fine in Xcode 14. If I can't come up with a fix, I'll just submit with 14 as that's still valid until April 2024 I think. Regards, Patrick
5
0
3.0k
Mar ’24
Xcode 14.3 autocomplete not working
How do I turn it on? If I open my project in 14.2, autocomplete works as expected. In 14.3, nothing... Ideas?
Replies
2
Boosts
1
Views
3.8k
Activity
Sep ’23
1099-K's sent out?
Hi, I have not received my 1099-K for 2021. Has anyone gotten theirs? Seems like I should have received it by now. Is the limit still $20K? Jeez, I hate these new forums so much. It's like their designed to discourage their use. Thanks, Patrick
Replies
1
Boosts
0
Views
2.2k
Activity
Feb ’22
How do I change version number for app update?
I created a new version in iTunesConnect for an update to my app. I entered the wrong version number and didn't notice until I saved it. How do I either change this version number or delete the new version so I can create a new one?If memory serves, I have to actually submit an exe with the bad version before I can delete it. I was hoping Apple had fixed this.tia, PJ
Replies
6
Boosts
3
Views
42k
Activity
Dec ’22
SF Symbols work with SpriteKit on iOS?
Can I use them in SK and do the animations work? Thanks, Patrick
Replies
4
Boosts
0
Views
635
Activity
Dec ’25
How to determine height of UIBarButtonItem?
I am shrinking the height of the enclosing UIToolbar and don't want to clip the button. Anyone know how to get at the height value? Thanks, Patrick
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
1.1k
Activity
May ’23
Trader compliance..."I don't plan to distribute in the EU"
I looked at setting up the trader compliance stuff today and it looks like the "NO" answer has been modified to include "... or I don't plan to distribute in the EU". Does this mean I can select that and still distribute paid apps elsewhere in the world? If I pick that, will it automatically update my availability selections on each app to exclude the EU? Regards, Patrick
Replies
2
Boosts
0
Views
688
Activity
Aug ’24
Current Xcode/SDK requirements?
I looked around and found something that says to submit with Xcode 12. Can I still use 11 or do I have to use 12? Thanks, Patrick
Replies
2
Boosts
0
Views
1.1k
Activity
Aug ’21
How to download daily sales reports?
I used to use something called Reporter.jar, but that does not appear to work any more. Is there a new method? Thanks, Patrick
Replies
0
Boosts
0
Views
763
Activity
Feb ’22
How to programmatically access font style on UILabel?
Hi, In an iOS app, I have a Storyboard View Controller with a UILabel on it where I set the font style to Body/Heading/whatever with dynamic fonts. This all works fine. However, is there a way in the VC code to extract that font style? I've looked at the associated font and font descriptor for the UILabel but don't see an obvious attribute for it. Any idea how to see it? I would prefer not to hardcode it and extract it from the UILabel instead. I need it as I will be modifying portions of the text (bold, etc.). Regards, Patrick
Replies
0
Boosts
0
Views
1.3k
Activity
Aug ’22
Safe to update SKSpriteNode's texture on background thread?
I understand UI updates have to be on the main thread, but what about SKSpriteNode's texture? Can I update that in the background? I can update it in the background and it works like I want it to. No crashes, warnings, etc. I did verify that the thread is not the main thread via [NSThread isMainThread]. I have since wrapped the texture change in a dispatch_sync on the main queue and it works the same as without it. Regards, Patrick
Replies
0
Boosts
0
Views
936
Activity
May ’23
Is there a way to generate sounds programmatically (w/o sound file)?
Generate tones, etc. in code? Is there a way? Regards, Patrick
Replies
3
Boosts
0
Views
1.3k
Activity
Dec ’23
Xcode 15 forcing app id prefix to be team id
I'm submitting an update to an app which was originally submitted in 2008. So, it has one of the "old" app id prefixes, not the Team ID prefix used by newer apps. When I try to validate this app built in Xcode 15 in organizer, I get a warning that the app id prefix in the current store app is changing from the "old" prefix to the new Team ID prefix. I didn't change anything. The App Identifier, Certificates, and Profile are the same that I used last June under Xcode 14. So, there seems to be an issue with Xcode 15. Same issue under 15.0 and 15.2. Anyone know a fix for this? This still works fine in Xcode 14. If I can't come up with a fix, I'll just submit with 14 as that's still valid until April 2024 I think. Regards, Patrick
Replies
5
Boosts
0
Views
3.0k
Activity
Mar ’24