growthbook/growthbook-kotlin

App crashes in case you don't have an internet connection

Closed this issue · 0 comments

Here is how I am initializing the SDK
GBSDKBuilder( apiKey ="api_key, networkDispatcher = DefaultGBNetworkClient(), hostURL = "https://cdn.growthbook.io/", trackingCallback = { experiment, result -> }, attributes = attributes ).initialize()