Getting error in network differed message filters : com.apple.IdentityLookup.error.messagefilter Code=3

My error message:

Error Domain=com.apple.IdentityLookup.error.messagefilter Code=3 "(null)"


My apple-app-site-association hosted at "https://api.***.in/apple-app-site-association" is:

{"messagefilter":{"apps":["K3xxxxxxH.com.exmaple.ios.myapp","K3xxxxxxH.com.example.ios.myApp.MessageFilter"]}}

were K3xxxxxxH.com.exmaple.ios.myapp is my app bundle and K3xxxxxxH.com.example.ios.myApp.MessageFilter is my message filter bundle.


The ILMessageFilterExtensionNetworkURL in Info.plist is:

https://api.***.in/v1/myApp/spam


My app site association entry (only done for MessageFilter extension) is:

messagefilter:api.***.in


Can someone help me figuring out where to start debugging. I have been stuck on this for days.

Replies

Hi


Have you figured out this problem?

I am getting
Error Domain=com.apple.IdentityLookup.error.messagefilter Code=2


Error Domain=com.apple.IdentityLookup.error.messagefilter Code=3 is because of URL domain is not accessibel I think

I have the same issue, could you please tell me your solution?

thank you

Have you resolved this issue. I am getting the same error. But unfortunatly no help anywhere? Can you please help me out? I can access the JSON file through browser but when I am trying to hit from app. It gives that error