sunus

Results 8 comments of sunus

i tried, it didn't give me any warnings. are you sure this work? also, i am putting another some test program here, still, strange. could you please clone that repo...

it turn out to be the same situation like (https://github.com/sunuslee/macapi-tester) when i add ``` #if __IPHONE_OS_VERSION_SOFT_MAX_REQUIRED < __IPHONE_8_2 #undef __AVAILABILITY_INTERNAL__IPHONE_8_2 #define __AVAILABILITY_INTERNAL__IPHONE_8_2 __NBU_AVAILABILITY_STARTING("8.2") #define __NBU_APICHECK_8_2(_ios) __NBU_AVAILABILITY_STARTING("8.2") #else #define __NBU_APICHECK_8_2(_ios) CF_AVAILABLE_IOS(_ios)...

yeah, it turned out that, i have to set enable_module to NO, so that those macros can work.

希望增加socks5代理配置

most of the time, i use this check when app is **just about to launching or app just about to bring back to foreground** . maybe in viewWillAppear. i am...

i consider disabled and unknown are all disabled. so , i get disable or unknown. **when user's passcode is actually enabled**

ok, so , could you tell me what might cause "unknown" state? i will add more check on that