Hello I'm working on Live Caller ID Lookup implementation on my own pet-project, as I understood I need to create app and extension for this app. I also created test PIR-service. I did configure serviceURL, tokenIssuerURL and userTierToken. In My app I implemented following code
Task {
if LiveCallerIDLookupManager.shared.status(forExtensionWithIdentifier: "some-extension") == .disabled {
`//` Show an alert.
print("LiveCallerIDLookupManager is disabled")
}
do {
// Open Settings.
try await LiveCallerIDLookupManager.shared.openSettings()
} catch {
}
It does open Call settings, but I don't understand what should I do next.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello.
I'm researching information about Live Caller ID. As I understood Apple using Privacy Pass architecture to retrieve information from the server. I have a question about Privacy Pass Token, where does it stores on device?
Topic:
App & System Services
SubTopic:
General