-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I devlep a new app, it's not online now, I have create a banner ad,and use it in code with the document,but the code is not work,the banner load failed,the log:
Error Domain=com.inmobi.ads.requeststatus Code=6 "The SDK encountered an internal error." UserInfo={NSLocalizedDescription=The SDK encountered an internal error.}
my code:
banner = IMBanner(frame: CGRect(x: 0, y: 0, width: view.frame.width, height: 50), placementId: xxxxxx) banner?.delegate = self view.addSubview(banner!) banner?.load() // Use this API to enable or disable auto refresh banner?.shouldAutoRefresh(true)
please tell me how to use it, thanks
Metadata
Metadata
Assignees
Labels
No labels