Hi, I followed all of the steps to implement analytics in our Xamarin iOS and Android apps, but no data shows up in Adobe Mobile Services or Analytics. I even tried running the sample application and replacing it with the json file produced for our App but still no data is shown. Please let me know what information I need to provide in order to get support.
After setting DebugLogging to true I noticed the Analytics Requests were getting blocked because I was sending clear text. After changing to json ssl to 'true' it started working.
Of course right after I posted this some data from the sample app showed up. It looks like it took a over an hour to show up, but at least now I see some progress. I still do not see any data from our app so I still need assistance.
After setting DebugLogging to true I noticed the Analytics Requests were getting blocked because I was sending clear text. After changing to json ssl to 'true' it started working.