reidmain / FDFoundationKit

An extension of Foundation Kit by 1414 Degrees.
MIT License
9 stars 5 forks source link

Name Collision for NSDictionary (Modifying) #5

Open JessicaIp opened 9 years ago

JessicaIp commented 9 years ago

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

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.

Thanks, Jessica