Jessica from theScore here. Our recent submission was rejected because our app references "non-public APIs, which is a violation of the App Store Review Guidelines."
The method in question is in NSDictionary+Modifying.h
dictionaryByAddingEntriesFromDictionary:
In order to fix this we'll have to probably prefix the method and category. Would you be able to make this change to FDFoundationKit? If not, we'll have to branch and add it in order to get our submission through.
Hey Reid,
Jessica from theScore here. Our recent submission was rejected because our app references "non-public APIs, which is a violation of the App Store Review Guidelines."
The method in question is in NSDictionary+Modifying.h
In order to fix this we'll have to probably prefix the method and category. Would you be able to make this change to FDFoundationKit? If not, we'll have to branch and add it in order to get our submission through.
Thanks, Jessica