Hello everyone, I found an interesting post by a developer on social media that mentions that Apple has provided a new configuration profile. Is this a new feature? Does anyone have any additional information about it? And can anyone provide me with the link to download this profile?
I can answer this from the perspective of a Network Extension URL filter, but I believe the same logic applies to Live Caller ID Lookup.
In the 27.2 beta SDKs we deprecated the URL configuration Swift properties in favour of equivalent properties in your Info.plist. For example, the pirServerURL Swift property is now deprecated in favour of the NSPIRConfiguration > PIRServerURL property in your Info.plist. This mapping is straightforward, as explained here.
We’ve announced that a future release will no longer honour the Swift properties and only honour the Info.plist ones. The purpose of this configuration profile is to allow you to test your code on 27.2 beta to make sure it will work properly on that future release.
Download the profile from Developer > Downloads > More.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"