yagiz/Bagel

Does this project use Apple's private API in iOS Client?

Closed this issue · 2 comments

I want to know that, can iOS App be published to the App Store if it including your iOS client?

yagiz commented

Bagel is intended to be used in development. It swizzles underlaying NSURLSession classes. I personally include it but never start it in production.. Since it swizzles these classes and broadcast request informations you shouldn't start it in pruduction.

Bagel is intended to be used in development. It swizzles underlaying NSURLSession classes. I personally include it but never start it in production.. Since it swizzles these classes and broadcast request informations you shouldn't start it in pruduction.

OK, thank you! Amazing project.