// SWRVE CHANGES
SwrveConfig *config = [[SwrveConfig alloc] init];
// config.stack = SWRVE_STACK_EU;
config.pushEnabled = false;
// Set your app id and api key here
[SwrvePlugin initWithAppID: <SwrveAppId> apiKey:@"<SwrveKey>" config:config viewController:self.viewController];
// <Swrve_adJourney>// END OF CHANGES