2012-02-28 7 views

答えて

3

APIキーはデリゲートのコードの残りの部分のいずれかのAppDelegateでFinishedLaunching方式に設定され、かつ前と呼ばれるべきである。

public override bool FinishedLaunching(UIApplication app, NSDictionary options) 
{ 
    FlurryAnalytics.StartSession("YOUR_API_KEY"); 

    // 
    //your code goes here... 
    // 
} 

をするためのサンプルをご覧くださいAPIの使用状況のいくつかのまともな範囲: https://github.com/mono/monotouch-bindings/tree/master/FlurryAnalytics/sample

+0

ありがとうAnuj、今素晴らしいです。 –