Why kotlin-native API in macOS doesn’t contains `A...
# kotlin-native
a
Why kotlin-native API in macOS doesn’t contains
ATTrackingManager
https://developer.apple.com/documentation/apptrackingtransparency/attrackingmanager ?
s
K/N doesn’t typically track the betas.
a
OSX contains two API for advertiser ID - one deprecated (and doesn’t work) and beta 😞
s
You could try generating the bindings yourself. https://kotlinlang.org/docs/reference/native/c_interop.html
a
I have’t found file for binding 😞 Where are OSX system API source code placed? Xcode has been installed.
s
You’ll need a beta Xcode. On the command line you’ll also need to run Xcode-select to set command line tools to use this beta. I’m not sure where the framework files live. Check inside the Xcode beta app bundle.
a
Ohoho… Apple has made the ugly thing. Now I can’t get adId in my MacOS application 😞