Answering myself
We cannot release a code with beta API like this, when it may change.So all we can do is just wait for Beta tag to go.
if #available(iOS 16.0, *) {
try await center.requestAuthorization(for: type)
} else {
center.requestAuthorization { result in
// code
}
If we hope for sept 2022 for 16.0 release, how soon, we can expect confirmation on beta API to production api release?
Only FC team folks can answer this I guess.
Topic:
App & System Services
SubTopic:
General
Tags: