|
@@ -17,7 +17,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|
|
showButton = true
|
|
|
}
|
|
|
Nexilis.isShowForceSignIn = false
|
|
|
- APIS.connect(appName: "OneApp" , apiKey: "38747683290F62E9667A018F490396EAE47BC16ADECD85B7E865C733E6DBD6A2", delegate: self, showButton: showButton, fromMAB: true) //23091CF494A11149F5A8FC8D17FF690DC69AE656F91B86070A11506ED24144F5(BPKH) //38747683290F62E9667A018F490396EAE47BC16ADECD85B7E865C733E6DBD6A2(OneApp)
|
|
|
+ APIS.connect(appName: Bundle.main.infoDictionary?["CFBundleName"] as! String , apiKey: "***REPLACE***WITH***YOUR***ACCOUNT***", delegate: self, showButton: showButton, fromMAB: true) //23091CF494A11149F5A8FC8D17FF690DC69AE656F91B86070A11506ED24144F5(BPKH) //38747683290F62E9667A018F490396EAE47BC16ADECD85B7E865C733E6DBD6A2(OneApp)
|
|
|
registerForPushNotifications()
|
|
|
return true
|
|
|
}
|