You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.
Hello,
I'm trying to use your chartboost module, but I'm getting NO_HOST_ACTIVITY error when i try to call show_rewarded_video or show_interstitial_ad.
Do you have any idea why? Which Chartboost sdk version did you use to test it?
I did the following steps:
add your module to ${GODOT_ROOT}/modules
put the chartboost sdk into ${GODOT_ROOT}/modules/GodotAds/libs/
add modules="org/godotengine/godot/GDChartboost" into project.godot
Godot version: 3.0.2
Chartboost version:7.1.0
Hello,
I'm trying to use your chartboost module, but I'm getting NO_HOST_ACTIVITY error when i try to call show_rewarded_video or show_interstitial_ad.
Do you have any idea why? Which Chartboost sdk version did you use to test it?
I did the following steps:
var Chartboost = Globals.get_singleton("GDChartboost")
var _dict = Dictionary()
_dict["app_id"] = "Your chartboost app id"
_dict["app_signature"] = "your chartboost signature"
Chartboost.init(_dict, get_instance_id())
thank you
The text was updated successfully, but these errors were encountered: