Morten Bjerg Gregersen
Morten Bjerg Gregersen
+1 on iOS 7
Okay, I didn't get that because I was using MKNetworkKit through CocoaPods and it fetches version 0.87 if nothing is specified. Maybe it's time to update the podspec?
Shouldn't we get this merged in, @joshdholtz ?
I got around this by creating my own `LinkHandler`. The problem is, that the `DefaultLinkHandler` doesn't think it is possible to open the link.
My contact at Apple says this was inadvertently released (itβs a new feature). The API should not return this value until the feature is released for real.
It returns `VISION_OS` now (https://github.com/MortenGregersen/Bagbutik/blob/main/Sources/Bagbutik-Models/AppStore/Platform.swift#L19)
Wow! Thank you for the investigation, @CraigSiemens! π The enhancement I was thinking about, was removing the `CodingKeys` enum and using something like this: ``` internal struct DynamicCodingKeys: CodingKey {...
Closed by #182
Thank you for reporting this. I donβt understand, why you are getting this error. I am using the same request in [AppDab](https://AppDab.app) with no issue. I will look into it...
@losharik I think I need more info. The correct path is `/v1/devices` according to [the documention](https://developer.apple.com/documentation/appstoreconnectapi/get-v1-devices). I am not sure why this is happening. Can you try again? Maybe it...