Hi Adobe Experts,
I have integrated ACPCore and ACPAnalytics in my project (libACPCore_iOS.a, libACPIdentity_iOS.a, libACPAnalytics_iOS.a, etc). I find there's an exception in the console:
-[Reachability reachabilityStatus]: unrecognized selector sent to instance 0x6000016aef40
Our project also calls Reachability api. And we are using version #3.2. I don't see a class method named 'reachabilityStatus' in its code.
Now when my code wants to call ACPCore.trackPage() or ACPCore.trackAction(). It throws exceptions (the app can still run). But I am afraid the request was not sent successfully. In the log, it shows:
Analytics Request Queued (ndh=1&cid.&AVID.&as=0&id=2E5BEECE85030EC5-60001185C00005BF&.AVID&.cid&c.&a.&AppID=...
Does that mean the request was not sent? Should I do something to fix that exception?
Thanks in advance!