I know this is not directly about this package but it's dependency. I just wonder if anyone else has been hit with App Store rejection.
We have identified that the app contains functionality that is connected to a U.S. embargoed territory. Specifically, the app includes the following link/s in the binary:
https://nic.ir.md/
After digging where this comes I found that it comes from public_suffix_list.dat which is in MLKitTextRecognitionCommon
grep -r 'public_suffix_list.dat' Pods/
Binary file Pods/MLKitTextRecognitionCommon/Frameworks/MLKitTextRecognitionCommon.framework/MLKitTextRecognitionCommon matches
Anyone else got this and how they resolved it?
I know this is not directly about this package but it's dependency. I just wonder if anyone else has been hit with App Store rejection.
After digging where this comes I found that it comes from public_suffix_list.dat which is in MLKitTextRecognitionCommon
Anyone else got this and how they resolved it?