I'm an iOS developer.
Recently I was informed that I need to remove Callkit from my app in China region. But I can't just release a Chinese version without Callkit that separated from the original app. Because our server end has already been sold to customers, I am not able to alter the apple push certificate for them one by one. So I need to identify the China region in runtime.
Using location is not a good idea since our app has nothing to do with user's location and it can be easily turned off in settings. Is it possible to know the region of App Store that my app was originally downloaded from in runtime?
Thank you.