chartboost

    3熱度

    3回答

    我剛升級到Chartboost SDK 5.0。它工作正常,廣告顯示,但由於某種原因,我收到此警告: Chartboost Integration Warning: startWithAppId:appSignature:delegate must be called before +[Chartboost cacheInterstitial:] 任何想法爲什麼?我打電話startWithAp

    0熱度

    1回答

    在iOS上,當我顯示Chartboost間,我有「有時」(是的..不是所有的時間)下列消息時,我點擊了間質性: 警告:試圖提出有關其視圖不在 窗口層次結構中! 我只是叫Chartboost這樣的: [[Chartboost sharedChartboost] showInterstitial:CBLocationGameOver]; 而且在啓動時我緩存此間隙: [[Chartboost sha

    0熱度

    1回答

    我想將Chartboost添加到我的LibGDX遊戲中,但我不知道如何將它添加爲Gradle的依賴項。此外,Chartboost使用Google Play遊戲服務,因此我需要將它們都添加到Gradle。我怎樣才能做到這一點?

    0熱度

    1回答

    不知怎的,我需要設置我的Chartboost插頁式廣告會在我想要時顯示,因爲它只是隨機彈出(即使在遊戲中,當玩家正在播放時)。我試圖在C#中的UNITY3D中做到這一點。 我的CBScript.cs中有代碼,它包含從Chartboost加載我的廣告所需的全部信息。我在我的Hierarchy視圖中將這個腳本添加到空的GameObject中。 CBScript.cs: using UnityEngin

    0熱度

    1回答

    能向我有人解釋如何集成Chartboost安裝後? 已經嘗試過這種post-install integration guide與我測試的應用程序(如上傳alpha測試),並與該保留的應用程序內購買: android.test.purchased android.test.canceled android.test.refunded android.test.item_unavailable

    0熱度

    1回答

    我已經完成了創建一個Android應用程序,並已決定與Chartboost以從中獲利。我目前正在遵循這裏找到的實施指南:https://help.chartboost.com/documentation/android#android-detailed。使用Eclipse我已經按照步驟進行,直到添加代碼「import com.chartboost.sdk。*;」的src (不含引號)。我的另一個問

    0熱度

    2回答

    我有一個應用程序在Xcode沒有內置廣告,並希望添加Chartboost。我下載了SDK但被卡住了。我有最新的chartboost SDK,當我將它添加到xcode時,我得到一個問題,說無法初始化類型的參數id<ChartboostDelegate' with an Ivalue of type 'AppController*

    0熱度

    1回答

    錯誤:方法destroyAfterCBEvent' takes 0' 參數 什麼是上述問題的解決方案>否過載??? Chartboost.CBManager.didFailToLoadInterstitialEvent += destroyAfterCBEvent(); void destroyAfterCBEvent (string location) { Debug.LogEr

    0熱度

    1回答

    [Chartboost startWithAppId:@"53fadf0fc26ee44b06c83ecf" appSignature:@"0f826389808ef0f260256a1ec632f6bedce8c4d0" delegate:self]; 我從applicationDidBecomeActive移動到 「應用程序:(UIApplication的*)應用程序didFinishLa

    0熱度

    1回答

    在Chartboost's Android tutorial有一個步驟,我需要將chartboost.jar,chartboost.jar.properties和doc文件夾添加到我的項目的libs文件夾中。但是libs,obj,bin目錄正在生成編譯時間,對嗎?我甚至沒有他們在我的回購。我將它們添加到我的忽略列表中。爲什麼我需要創建並添加任何文件?還有其他的選擇嗎?