菜鸟教程小白 发表于 2022-12-13 10:08:50

ios - 谷歌分析绑定(bind)的独家新闻是什么?


                                            <p><p>我终于更新到最新的 monotouch/iOS5。项目不再链接,我最终追查到 Facebook 和分析库的一些问题。</p>

<p>我找到了</p>

<p> <a href="https://github.com/mono/monotouch-bindings/tree/master/GoogleAnalytics" rel="noreferrer noopener nofollow">https://github.com/mono/monotouch-bindings/tree/master/GoogleAnalytics</a> </p>

<p>并编译项目。但我知道看到库的主要 API (TrackPageView) 被阻止了。</p>

<ul>
<li>谷歌方面是否需要对此进行修复?如果是,你能告诉我它是什么吗?</li>
<li>另外,其他一些东西似乎对我不起作用。我按照说明将 GoogleAnalytics.dll 添加到项目中(似乎将 .a 文件嵌入为资源)并删除了添加到库中的旧标志。我得到以下调用堆栈:</li>
</ul>

<p><code>
未处理的异常:MonoTouch.Foundation.MonoTouchException:抛出了 Objective-C 异常。名称:NSInvalidArgumentException 原因:-:无法识别的选择器发送到实例 0x853b1d0
在(包装器托管到 native )MonoTouch.ObjCRuntime.Messaging:bool_objc_msgSend_IntPtr_IntPtr_IntPtr_int_IntPtr (intptr,intptr,intptr,intptr,intptr,int,intptr)
在 GoogleAnalytics.GANTracker.TrackEvent(System.String 类别,System.String 操作,System.String 标签,Int32 值,MonoTouch.Foundation.NSError& nsError) 中:0
在/Users/davidnotario/Projects/trunk/iOS/iPhone/Code/Core/Analytics.cs:31 中的 BookOfMe.Analytics.LogEvent (BookOfMe.AnalyticsEvent analyticsEvent)
</code></p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这是两个错误的混合。</p>

<ol>
<li><p>Google 正在发布该库的 <em>no</em> thumb 版本的损坏版本(即缺少符号)。看到这个<a href="http://bugzilla.xamarin.com/show_bug.cgi?id=2079" rel="noreferrer noopener nofollow">bug report</a>了解更多详情(阅读最后几条评论)。</p></li>
<li><p>MonoTouch 在包含拇指指令的库中存在问题。这在当前的 beta 版本中已得到修复(因此一旦 MonoTouch 5.2 发布,它就不应该成为问题)。看到这个<a href="http://bugzilla.xamarin.com/show_bug.cgi?id=707" rel="noreferrer noopener nofollow">second bug</a>报告详情。</p></li>
</ol></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 谷歌分析绑定(bind)的独家新闻是什么?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/8462497/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/8462497/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 谷歌分析绑定(bind)的独家新闻是什么?