|
@@ -97,7 +97,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|
if PrefsUtil.getCpaasMode() == PrefsUtil.CPAAS_MODE_FLOATING || PrefsUtil.getCpaasMode() == PrefsUtil.CPAAS_MODE_MIX {
|
|
if PrefsUtil.getCpaasMode() == PrefsUtil.CPAAS_MODE_FLOATING || PrefsUtil.getCpaasMode() == PrefsUtil.CPAAS_MODE_MIX {
|
|
showButton = true
|
|
showButton = true
|
|
}
|
|
}
|
|
- Nexilis.connect(apiKey: "1C4FA430BC9F44484AFBE99C8974D70B68CE7891DBE83505CBF01205DE51FC18", delegate: self, showButton: showButton, fromMAB: true) //AA6164AA13F0A6262677AC7443C37E3F6F0A342E8BEE84B700CB59C876166FE0(AWS) //1C4FA430BC9F44484AFBE99C8974D70B68CE7891DBE83505CBF01205DE51FC18(CBN)
|
|
|
|
|
|
+ Nexilis.connect(apiKey: "***REPLACE***WITH***YOUR***ACCOUNT***", delegate: self, showButton: showButton, fromMAB: true) //AA6164AA13F0A6262677AC7443C37E3F6F0A342E8BEE84B700CB59C876166FE0(AWS) //1C4FA430BC9F44484AFBE99C8974D70B68CE7891DBE83505CBF01205DE51FC18(CBN)
|
|
let tabBarAppearance: UITabBarAppearance = UITabBarAppearance()
|
|
let tabBarAppearance: UITabBarAppearance = UITabBarAppearance()
|
|
tabBarAppearance.configureWithTransparentBackground()
|
|
tabBarAppearance.configureWithTransparentBackground()
|
|
if Bundle.main.displayName == "DigiNetS" {
|
|
if Bundle.main.displayName == "DigiNetS" {
|