Post

Replies

Boosts

Views

Activity

Reply to Trademark Req. Submitted - State is 8 months behind on completing applications
Google TRADEMARK SYMBOLS (®), TM, SM – A COMPLETE GUIDE by COHN Legal.
Replies
Boosts
Views
Activity
Jul ’23
Reply to My loop makes a click noise each time it starts
What is the length of the Audio Clip in relation to the number of bars being played and the last instrument or vocal in the music before the end? The Audio clip might need to be re-edited using an audio editing tool ...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Instantiating "HTML-styled" NSAttributedString in a View's body produces weird behaviour
Seems like an over-engineered issue.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Can SwiftData handle compound keys?
Filing a bug report will place this on Apple's radar since it was possible under CoreData given SwiftData is still in beta.
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 14.3.1+ Bug: App crashes on launch iOS 16.0 - MediaPlayer
Is the value media or Media? Also, post the code snippet showing the usage for the class MPMusicPlayerPlayParameters regarding how the dictionary is being created. Take a look here as well: https://developer.apple.com/forums/thread/687819
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to How do you access SwiftData containers across modules?
If your iOS target's name is FooBoo, then in your unit test you can bring in the resources from the iOS app into the unit test like: import SwiftData @testable import FooBoo Then write code that makes calls into the FooBoo target classes you wish to evaluate.
Replies
Boosts
Views
Activity
Jul ’23
Reply to SampleData on Previews @MainActor issue
Follow the recommendation - Click Fix.
Replies
Boosts
Views
Activity
Jul ’23
Reply to macOS Sonoma Beta Bricked Two Macs
Always partition the drives.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Sonoma Beta Messages and SMS
Messages sent from macOS to any mobile device regardless of manufacturer are relayed through your iOS mobile device and its data plan through your carrier and not the Apple Messages Server.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to iOS background execution
Maybe having a server send the app a silent push notification that causes it to perform some kind of routine or operation or read here https://developer.apple.com/documentation/backgroundtasks/bgtaskscheduler
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Can we use a domain name as a game name in the AppStore?
Is the game native? If not, read the app store submission policy on web base applications.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to AppDataModel is retained
If instance is a singleton, then that is the cause of your retain issue. @StateObject is all you need with AppDataModel inited. @StateObject var appModel = AppDataModel()
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 beta 4 has issue with GoogleConversionTracking
Report the problem to the respective GitHub project owner.
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode Beta not available.
You must have a paid developer contract on file &/or registered as a developer.
Replies
Boosts
Views
Activity
Jul ’23