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.
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.
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 :/
Jun ’22