Post

Replies

Boosts

Views

Activity

Reply to Application not compatible for iPad is rejected
Most iOS app can be installed on iPad.Unless you have app requirements that prevent the app from running on iPad, you can't stop anyone from installing and running it on their iPad. They run at a weird size and generally look "wrong" but better than not running at all, usually. I've heard but never confirmed that App Store reviewers use iPad to review iOS apps. If your iOS app was rejected for not being compatible with iPad, it may be because it crashes on iPad when tested the layout is strange enough on iPad to make it unusable (missing important button, things overlapping to become unusual, etc?) If you can test your app in the simulator, test it on an iPad simulator.
Topic: App & System Services SubTopic: Hardware Tags:
Jul ’23
Reply to Xcode 15 beta 5 issue when using @Query data to update Button label
when I stopped working yesterday, I was at the same point. I removed the predicate and no longer had infinite updates due to “@depdencies changed.” (printed to the console via let _ = Self._printChanges() in the View’s body. That means the query is wrong but there is no data in the db yet in my case so it’s an empty result regardless. I haven’t been able to get back to that project yet today.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’23
Reply to WeatherKit iOS SDK 401 network error
Same here. Followed the README steps for the FlightPlanner app sample code, waited a few hours, tested, failed with invalidJWTResponse error. That was 8 hours ago, still getting the same error. I guess the "good" news is that a comment in the source code explained the workaround for other broken sample code Apple has on their site :/
Topic: App & System Services SubTopic: General Tags:
Jun ’22
Reply to "Look around" in MapKit
@eceeb You mean like this? https://developer.apple.com/documentation/mapkit/lookaroundpreview
Replies
Boosts
Views
Activity
Aug ’23
Reply to NavigationSplitView not fully supported on smaller (SE) iPhones
On smaller phones, NavigationSplitView is collapsed into a stack, showing one view at a time. https://developer.apple.com/documentation/swiftui/navigationsplitview#Collapsed-split-views
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Application not compatible for iPad is rejected
Most iOS app can be installed on iPad.Unless you have app requirements that prevent the app from running on iPad, you can't stop anyone from installing and running it on their iPad. They run at a weird size and generally look "wrong" but better than not running at all, usually. I've heard but never confirmed that App Store reviewers use iPad to review iOS apps. If your iOS app was rejected for not being compatible with iPad, it may be because it crashes on iPad when tested the layout is strange enough on iPad to make it unusable (missing important button, things overlapping to become unusual, etc?) If you can test your app in the simulator, test it on an iPad simulator.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Do I need to add my own unique id?
Apple: "The best place to ask us coding questions is the Developer Forums." Also Apple:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Keep ScrollView position when adding items on the top
@hamed8080 Adding multiple items to the top of the scrollview works as expected in my real world use and in your code above (unless I tap the "Prepend" button multiple times, which causes multiple items with the same identity "New Data 1" to be added to the array, which causes scrolling issues, as expected).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Image not visible in SwiftUI project
I would check the colorspace, size, etc. Maybe export a jpg version and see if the jpg works, just to narrow it down. Is the second letter in the file name a lowercase "L" or an uppercase "i"?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Bluetooth MAC address (RemoteID) has been changed after iOS 16.x
The bluetooth device UUID is not the MAC address, it is a random UUID generated as unique on each phone/app. So if you're looking at the UUID on 2 different phones, you should expect the UUID to be different.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to How to connect to a peripheral already paired with iphone without scan again.
When you pair with the peripheral, you should be able to save the peripheral info and use it to connect later.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 beta 5 Mac app getting stuck
I had this issue yesterday (and have not solved it yet). I think it may be the same issue as this: https://developer.apple.com/forums/thread/734546
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 beta 5 issue when using @Query data to update Button label
when I stopped working yesterday, I was at the same point. I removed the predicate and no longer had infinite updates due to “@depdencies changed.” (printed to the console via let _ = Self._printChanges() in the View’s body. That means the query is wrong but there is no data in the db yet in my case so it’s an empty result regardless. I haven’t been able to get back to that project yet today.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Terrible performance when using MusicKit's Artwork with UIKit
SwiftUI's ArtworkImage loads the artworks much quicker and without the errors Does it? I haven’t touched MusicKit in Xcode 15 beta 5 but my MusicKit app targets iOS 16 and uses SwiftUI only. In previous Xcode 15 betas, I saw all of the same errors you mention above.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Download offline map available programmatically?
Someone stated during the WWDC 23 discussions that offline maps were not available to us and suggested filing a feature request.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to WeatherKit iOS SDK 401 network error
Same here. Followed the README steps for the FlightPlanner app sample code, waited a few hours, tested, failed with invalidJWTResponse error. That was 8 hours ago, still getting the same error. I guess the "good" news is that a comment in the source code explained the workaround for other broken sample code Apple has on their site :/
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22