Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorИлья Гречухин <i.grechuhin@gmail.com>2016-08-26 18:15:20 +0300
committerGitHub <noreply@github.com>2016-08-26 18:15:20 +0300
commit282171332d06acaf399e86f2192bed457f83625a (patch)
treec9d1ec47340d7416a79c11cb78928ce71f335f1a
parent099fd3fddc59e48a31ce17bf120d8c27f1b19ebe (diff)
parent0036a35f71201302cec96134969ef4402cd74dc8 (diff)
Merge pull request #4156 from VladiMihaylenko/vm-masterrelease-63xrelease-63
[ios] Logging pushwoosh token.
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm
index 103ce543f3..95cc5a2b55 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.mm
+++ b/iphone/Maps/Classes/MapsAppDelegate.mm
@@ -664,6 +664,7 @@ using namespace osm_auth_ios;
- (void)applicationDidBecomeActive:(UIApplication *)application
{
LOG(LINFO, ("applicationDidBecomeActive"));
+ LOG(LINFO, ("Pushwoosh: ", [[PushNotificationManager pushManager] getPushToken].UTF8String));
[self.mapViewController onGetFocus:YES];
[self handleURLs];
[[Statistics instance] applicationDidBecomeActive];