Post

Replies

Boosts

Views

Activity

Reply to iOS 10 Temperature Unit
To close the loop here, I got a response today and it looks like there's been an API to do this since as iOS 16! let unitTemperature = UnitTemperature(forLocale: Locale.current) The returned unit will respect the user's selected temperature from the Settings app :D
Nov ’24
Reply to Subscription "Waiting for review" status stuck after been approved
Also just ran into this. I believe I briefly saw the subscriptions appear as options to be included in the app review, but clicking the subscriptions just caused them to disappear and I haven't seen them appear in the "iOS App Version" page again. I've submitted a ticket via email to see if I can get this resolved because it's unfortunately the long weekend :(
Topic: App & System Services SubTopic: StoreKit Tags:
Nov ’24
Reply to Major regressions in Apple Watch development support with watchOS 10.5 and Xcode 15.4
Response from Apple re: Packet Logger no longer working: The Bluetooth logging profile is now required on macOS to use PacketLogger (same as iOS). This first started in recent macOS 14.5 seeds. Please install the Bluetooth logging profile from: https://developer.apple.com/bug-reporting/profiles-and-logs/?platform=macos&name=bluetooth and try this again.
Apr ’24