ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.32k stars 4.17k forks source link

Why is the https://api.snapkit.com initialized before FinishLaunchingWithOptions? #2585

Closed debolee closed 6 months ago

debolee commented 6 months ago

When I import the RxSwift and RxCocoa in podfile, my app printed the following logs, and when I removed it, the logs were not printed no longer. Why is the https://api.snapkit.com initialized before FinishLaunchingWithOptions?

2024-03-15 17:26:32:998(+0800) [com.apple.CFNetwork.LoaderQ] [NSURL+Encode(line:47)] [AS_InitDebug] hg_initWithString: https://api.snapkit.com 2024-03-15 17:26:33:106(+0800) [main] [HGAppDelegate(line:29)] [AS_InitDebug] willFinishLaunchingWithOptions

freak4pc commented 6 months ago

Hey, there's no SnapKit (or other) API calls in RxSwift.

I suggest taking this question to our slack community, but the code is entirely open and you can look for the word SnapKit in it and see it isn't part of the repo.

I imagine you have a different part of your code which does this.