On mobile devices, you must call adDisplayContainer.initialize() as the result of a user action (e.g. tap). If you're seeing this error, you're most likely calling it on a non-user-initiated context. Note that it must be the direct result of a user action. For example, if you respond to a 'tap' event by playing a video, and then use the video player's 'play' event to call initialize(), you will see this error - you must call initialize() as the result of the tap event itself.