From dfb481ef132ac8d17e9d63e563487b490bbdeb54 Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Wed, 28 Sep 2016 13:36:22 +0300 Subject: [PATCH] [ios] Fixed release branch build. --- iphone/Maps/Classes/MapViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/MapViewController.mm b/iphone/Maps/Classes/MapViewController.mm index 12a28e9df5b..54f55e7c2da 100644 --- a/iphone/Maps/Classes/MapViewController.mm +++ b/iphone/Maps/Classes/MapViewController.mm @@ -548,7 +548,7 @@ - (void)refreshAd } if (self.isAppWallAdActive) return; - self.appWallAd = [[MTRGNativeAppwallAd alloc] initWithSlotId:@(MY_TARGET_KEY)]; + self.appWallAd = [[MTRGNativeAppwallAd alloc] initWithSlotId:@(MY_TARGET_KEY).stringValue]; self.appWallAd.handleLinksInApp = YES; self.appWallAd.closeButtonTitle = L(@"close"); self.appWallAd.delegate = self;