Skip to content

iOS ad not request success #64

Description

@ZYHshao

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions