Hi all,
I was tring to build a app that test phone number identification. But I always got this problem and can't figure out why.
I tried several times to recreate project and reset the iPhone, but still not working.
Btw, I also tried to run my extension target, it's enable succeed, but function is not working, and it's shows the same error meesage if I switch it to disable and enable.
Here's my steps
1) Create a new project (Single View Appliction) with Xcode 8
2) Create a new target "Call Directory Extension"
3) Modify phone numbers provided in code.
4) Build and run the app.
5) Go "Settings -> Phone -> Call Blocking & Identification "
6) When I trying to enable my project, it's always show
----
Error Enabling Extension
The data provided by (My App Name) was invalid. You may try enabling the extension again, and if the problem persists contact the application developer.
----
Anyone encountered this problem too ?