Closed dnedrow closed 7 years ago
Using method_exchangeImplementations may be a reason for an app to be rejected in the App Store. class_replaceMethod seems to be OK.
method_exchangeImplementations
class_replaceMethod
We need to evaluate the usage of method_exchangeImplementations in the following locations:
NSObject+CASSwizzle.m CASSwizzler.h : This Is just testing, so probably doesn't matter.
Any questions about method_exchangeImplementations appear to be related to "pushing" new/updated features from a remote service, ala Rollout.
Using
method_exchangeImplementations
may be a reason for an app to be rejected in the App Store.class_replaceMethod
seems to be OK.We need to evaluate the usage of
method_exchangeImplementations
in the following locations:NSObject+CASSwizzle.m CASSwizzler.h : This Is just testing, so probably doesn't matter.