Post

Replies

Boosts

Views

Activity

Reply to canOpenURL returns false when I changed the default browser on iOS 14
What is more strange is if I don't do a canOpenUrl check and just call openUrl directly it will open chrome as expected. Does not work as expected: if UIApplication.shared.canOpenURL(url) { // returns false if Chrome is default browser 	 UIApplication.shared.open(url) } Omitting the canOpenURL check successfully opens chrome. UIApplication.shared.open(url) // opens chrome Any update on this? Or is everyone expected to add http and https to their plist?
Nov ’20
Reply to The Watch App and iPhone App health care permissions are not synchronized.
I've just recently moved my Apple Watch app to a single target and some new users of the app are now complaining that the phone companion app is not showing their workouts. From looking at screenshots they have seen me it seems the phone is not using the HealthKit permissions that the Watch app has requested and had a approved. Did anyone get to the bottom of this to find out if its expected behaviour and or if it was fixed in a later version of WatchOS?
Nov ’23