Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Official Random Unity Ads from Background Apps

Discussion in 'Unity Ads & User Acquisition' started by ap-unity, Jan 11, 2019.

Thread Status:
Not open for further replies.
  1. ap-unity

    ap-unity

    Unity Technologies

    Joined:
    Aug 3, 2016
    Posts:
    1,519
    Recently, we have started receiving reports from end-users (players, not developers) about ads that appear outside of using an app. After some investigation, we found evidence of Android apps that run in the background, but will jump to the foreground to show an ad. Implementing Unity Ads in this way may be a violation of our Invalid Activity Policy and can result in the suspension of your development organization.

    We are adding additional logging to detect this type of behavior. In the mean time, we are instructing users on the best way to find which specific app is showing these ads and uninstall it.

    Here are steps to find out what app is showing these ads:
    1. After the ad is shown, there will be an End Card with a Privacy icon in the bottom left corner.
    2. Clicking on this brings up the privacy message, and a Build Info button on the bottom left.
    3. This screen has some debugging info that is useful for tracking down bugs in general, but for this purpose, the most relevant section is the app field. This will be the bundle ID of the app that launched this particular ad.
    4. If you search for the bundle ID, you should be able to find the name of the app, which you can use to uninstall the app from your device.
    build-info.png

    (This forum post is primarily geared for end-users that are searching for a solution to these kind of pop-up ads on their device.)
     
    Last edited: Jan 11, 2019
Thread Status:
Not open for further replies.