Post

Replies

Boosts

Views

Activity

Reply to Xcode 15 forcing app id prefix to be team id
I've run into an issue where I tried to create a new App ID wildcard using the Team ID. I got an error that the wildcard was not available. Note that there were three other App ID's which appear to have been created by Xcode that use the same wildcard. Is this a duplicate issue? If so, I find it odd that the message didn't just say that. In the end, I just picked one of the Xcode wildcards just to move forward. -Patrick
Mar ’24
Reply to How to determine height of UIBarButtonItem?
For anyone interested, you can set the height of the toolbar with a constraint. I figured out how to determine the UIBarButton height: Construct it from a UIButton (custom view). The frame of that button gives you what you need. I then set the toolbar constraint to have the height a few points more than the button frame's height.
Topic: UI Frameworks SubTopic: UIKit Tags:
May ’23
Reply to SF Symbols work with SpriteKit on iOS?
Hi, just getting back to this project. I was looking to use these symbols on buttons for settings, mute, exit that kind of things so I wouldn't have to create those myself. Thanks, Patrick
Topic: Graphics & Games SubTopic: SpriteKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Trader compliance..."I don't plan to distribute in the EU"
Yeah that's probably right. When you pick NO, there is no further selections so they couldn't tell anyway. Have to manually remove the 27 countries under Europe.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Xcode 15 forcing app id prefix to be team id
I've run into an issue where I tried to create a new App ID wildcard using the Team ID. I got an error that the wildcard was not available. Note that there were three other App ID's which appear to have been created by Xcode that use the same wildcard. Is this a duplicate issue? If so, I find it odd that the message didn't just say that. In the end, I just picked one of the Xcode wildcards just to move forward. -Patrick
Replies
Boosts
Views
Activity
Mar ’24
Reply to Connect DSA trader question
Don't want my personal info published. If I'm excluded from EU, so be it.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Xcode 15 forcing app id prefix to be team id
No, I don't think I need the unique identifier (it's a wildcard so I think it's the same across multiple apps). Can you still do wildcards with Team ID's?
Replies
Boosts
Views
Activity
Feb ’24
Reply to Is there a way to generate sounds programmatically (w/o sound file)?
Thanks for the suggestions!
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to Different iPad/iPhone versions of the same app?
Create the app to configure each device type separately in one binary. Are you using storyboards? You can have a separate main storyboards for each device type. Not using storyboards? Just check device type in the app delegate and configure each device manually as appropriate. Regards, Patrick
Replies
Boosts
Views
Activity
May ’23
Reply to How to determine height of UIBarButtonItem?
For anyone interested, you can set the height of the toolbar with a constraint. I figured out how to determine the UIBarButton height: Construct it from a UIButton (custom view). The frame of that button gives you what you need. I then set the toolbar constraint to have the height a few points more than the button frame's height.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Xcode 14.3 autocomplete not working
I had tried delete just the project's directory from DerivedData directory. There were Module/Symbol directories...once I deleted those, autocomplete worked again.
Replies
Boosts
Views
Activity
Apr ’23
Reply to 1099
Not an accountant here, but I just create an expense for the difference from what was deposited in my bank account and call it App Store Fees. Have not had a problem so far. I could never get those amounts to match up to anything either.
Replies
Boosts
Views
Activity
Feb ’22
Reply to Please Help - Brain Block
Does it happen on a new, single view project?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Aug ’21