I do not understand what the 'automaticSetupEnabled' flag does. It seems that I get the same behavior with this set True as I do with it set to False. If I implement the notification handling delegate functions in my app delegate and have these call the corresponding UA implementations my functions get called no matter what automaticSetupEnabled is set to. So my question is, what does this setting actually do? Everything seems to work if I just add the delegate functions and don't add 'automaticSetupEnabled=false' to the plist, but if the documentation says to add and set this to false, I'm curious why.
Thanks! :)
NOTE: I am using the latest version of xcode, swift, and the UA SDK.
Comments
1 comment