I am able to get Amazon Mobile Analytics working on Xamarin Android with 3.3.x.x packages but using same config with iOS, it never works and analytics are not reaching amazon dashboard.
I have a Xamarin iOS project, using latest 3.3.x.x packages lead to an empty console log and analytics are not reaching Amazon dashboard, using 3.1.x.x packages are the only ones where logs are working for us, when events are about to get submit, I receive following error, please see stacktrace here: github
Steps to Reproduce (for bugs) I am only able to reproduce this bug in my specific project environment. Working perfectly in sample and new projects I created to test this functionality.
Context AWS Mobile Analytics is not working at all in my solution, and would be really important to be able to understand end user behavior etc.
Your Environment
Operating System and version: Mac OS 10.12.6 Visual Studio version: Mac Xamarin Studio 7.2 (build 636) Targeted platform: Xamarin iOS
Following AWS SDK packages in project (note that I am using older versions of AWS SDK as in new versions logging is not working)
"AWSSDK.CognitoIdentity" version="3.1.0.1" targetFramework="xamarinios10"
"AWSSDK.Core" version="3.1.1.0" targetFramework="xamarinios10"
"AWSSDK.MobileAnalytics" version="3.1.1.0" targetFramework="xamarinios10"
"AWSSDK.SecurityToken" version="3.1.0.1" targetFramework="xamarinios10"