Google Analytics with Disable MonoTouch on Device

I am trying to use Google Analytics with the MonoTouch app (iPhone). It works great on a simulator, but crashes when launched on a real iPhone.

This, apparently, is due to an error in the Xcode linker, which prevents libraries from being associated with the Thumb and Non-Thumb command sets.

http://monotouch.net/Documentation/Troubleshoot

From what I see, MonoTouch compiled with Thumb. Google Analytics library compiled using Thumb.

Has anyone figured out a workaround for this?

Clarification. We use GA to track page views and events in our own app. We are not writing a GA API request application.

+3
source share
3

1.1, SDK Google Analytics .

+2

There is no workaround at this time, you should light this problem to let Google know about it that is important to you:

http://code.google.com/p/gdata-issues/issues/detail?id=1705

+4
source

Source: https://habr.com/ru/post/1785087/


All Articles