@jazzychad Pretty sure during a 1:1 App Review meet with Apple the guy told me there was this number if I ever needed help with the review process, so either he lied too either I was dreaming.
@CustusFox Congratulations on the release!
I was curious about how you integrated the AI chat into the app. Are you using any proxy services or other tools to handle it?
@alpennec@swiftfulthinkng And about the Apple Frameworks types, the best way would be create “dumb” views which take in simple data types instead of complex ones, and you would pass those simple types one by one instead of the whole object. This is a suggestion also Apple gave during a WWDC session once
Anyone here is familiar with CoreSpotlight? I’m trying to set up an indexing extension via CSIndexExtensionRequestHandler and i get a “memory limit exceeded” (12mb) when i execute my SwiftData query to fetch the items to index, but I wouldn’t know how to make a query lighter🫠
@natpanferova Oh so it was not my problem the fact that also semantic search was not working🤦🏻♂️
I’ll investigate, thank you again for the comprehensive article!