iOS Google Analytics, I still see logs after setDry to YES

CAMOBAP

I have set dryRun to YES

#if DEBUG
[[GAI sharedInstance] setDryRun:YES];
[[[GAI sharedInstance] logger] setLogLevel:kGAILogLevelVerbose];
#endif

but still see logs like this

2014-10-03 08:58:09.933 HelloWorld[85791:677983] VERBOSE: GoogleAnalytics 3.09 -[GAIBatchingDispatcher persist:] (GAIBatchingDispatcher.m:431): Saved hit: {
    parameters =     {
        "&_crc" = 0;
        "&_u" = ".1111";
        "&_v" = "mi3.0.9";
        "&a" = 941551484;
        "&aid" = "co.helloworld.ios";
        "&an" = "HelloWorld";
        "&av" = "1.0";
        "&cd" = "Test Test";
        "&cid" = "ca931366-1111-483b-bbcc-111111111111";
        "&sr" = 320x568;
        "&t" = screenview;
        "&tid" = "UA-11111111-1";
        "&uid" = "87492A55-98E4-4FF7-1111-111111111111";
        "&ul" = en;
        "&v" = 1;
        "&z" = 4381801786046188211;
        gaiVersion = "3.09";
    };
    timestamp = "2014-10-03 05:58:09 +0000";
}

Where is my fault? How can I disable GAS for debug?

kabarga

You can also try to setDispatchInterval to negative or/and set optOut to true.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

iOS Google Analytics, I still see logs after setDry to YES

From Dev

Where can I see the nodejs logs after I deployed on Google App Engine?

From Dev

Where can I see the nodejs logs after I deployed on Google App Engine?

From Dev

Why can I still see local modifications after switching branches?

From Dev

How can I see 'User timing' on Google Analytics dashboard?

From Dev

Google Analytics: I can't see any sessions for my site but I see real-time data

From Dev

I still see Java 1.8 when I am doing java -version after downgrading to 1.7

From Dev

After uninstalling "Xtreme Download Manager", I still see its icon when I type "X" in search applications

From Dev

iOS Google Analytics integration

From Dev

iOs: Swift Google Analytics

From Dev

Google Analytics for IOS - Phonegap

From Dev

iOS Google Analytics integration

From Dev

Google Analytics - Getting raw data logs

From Dev

Do I Still Need to Insert Analytics Code after HTML File Verification

From Dev

How can I pull data from Google Analytics to see the top pages visited from the current page?

From Dev

How can I pull data from Google Analytics to see the top pages visited from the current page?

From Dev

How do I see the iptables logs in systemd

From Dev

How can I see previous logs with systemd?

From Dev

Why do I still see a bottom border in my Google CSE results?

From Dev

blocked third party cookies on google chrome but i can still see the 3p cookies being set

From Dev

TFS - Latest field still showing "Yes" after deleting local files

From Dev

simple audio engine isBackgroundMusicPlaying is still YES after done playing

From Dev

iOS Google analytics size increase?

From Dev

Disable Google Analytics in iOS simulator

From Dev

Google Analytics integration is not working in iOS

From Dev

Using Google Analytics with Swift on iOS

From Dev

Google analytics ios screen views

From Dev

iOS Google Analytics Crash report

From Dev

Google Analytics on iOS: events not tracked

Related Related

  1. 1

    iOS Google Analytics, I still see logs after setDry to YES

  2. 2

    Where can I see the nodejs logs after I deployed on Google App Engine?

  3. 3

    Where can I see the nodejs logs after I deployed on Google App Engine?

  4. 4

    Why can I still see local modifications after switching branches?

  5. 5

    How can I see 'User timing' on Google Analytics dashboard?

  6. 6

    Google Analytics: I can't see any sessions for my site but I see real-time data

  7. 7

    I still see Java 1.8 when I am doing java -version after downgrading to 1.7

  8. 8

    After uninstalling "Xtreme Download Manager", I still see its icon when I type "X" in search applications

  9. 9

    iOS Google Analytics integration

  10. 10

    iOs: Swift Google Analytics

  11. 11

    Google Analytics for IOS - Phonegap

  12. 12

    iOS Google Analytics integration

  13. 13

    Google Analytics - Getting raw data logs

  14. 14

    Do I Still Need to Insert Analytics Code after HTML File Verification

  15. 15

    How can I pull data from Google Analytics to see the top pages visited from the current page?

  16. 16

    How can I pull data from Google Analytics to see the top pages visited from the current page?

  17. 17

    How do I see the iptables logs in systemd

  18. 18

    How can I see previous logs with systemd?

  19. 19

    Why do I still see a bottom border in my Google CSE results?

  20. 20

    blocked third party cookies on google chrome but i can still see the 3p cookies being set

  21. 21

    TFS - Latest field still showing "Yes" after deleting local files

  22. 22

    simple audio engine isBackgroundMusicPlaying is still YES after done playing

  23. 23

    iOS Google analytics size increase?

  24. 24

    Disable Google Analytics in iOS simulator

  25. 25

    Google Analytics integration is not working in iOS

  26. 26

    Using Google Analytics with Swift on iOS

  27. 27

    Google analytics ios screen views

  28. 28

    iOS Google Analytics Crash report

  29. 29

    Google Analytics on iOS: events not tracked

HotTag

Archive