Closed dawnightillight closed 3 months ago
It sounds like the system is trying to fetch configuration for a "usecase" that your server instance is not hosting, which results in the error you got: the system does not have configuration for the "usecase".
In Running the service it is said that:
The name will be used by the device to identify the dataset. In this example, we assume that the bundle identifier of the on-device Live Caller ID Lookup Extension is net.example.lookup. Then the system will try to fetch the blocking information from net.example.lookup.block and the identity information from net.example.lookup.identity.
Make sure you modify the usecase names in service-config.json
file based on your extension name.
That's the problem. Now it works after fixing the bundle identifier, thanks for your help ^^
Hi, we wrote an extension on iOS 18 beta3 and ran this demo locally, they worked well, except for a few issues :
We got this error (printed in console) when a phone call come and the system trying to block / identity the call number :
Is there any solution to this problem ?