Xamarin iOS & Android No Data | Community
Skip to main content
March 1, 2017
Solved

Xamarin iOS & Android No Data

  • March 1, 2017
  • 2 replies
  • 1469 views

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.

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by p_m1

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.

Marking resolved.

2 replies

p_m1Author
March 1, 2017

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.

p_m1AuthorAccepted solution
March 2, 2017

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.

Marking resolved.