[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically passing Consent Request for Precompiled Assemblies #3189

Closed
Enhar-Turkova opened this issue Mar 1, 2024 · 4 comments
Closed
Assignees
Labels
Support General question, Installation question, or feedback.

Comments

@Enhar-Turkova
Copy link

[REQUIRED] Step 1: Describe your environment

  • Unity version: 2022.3.19f1 lts
  • Google Mobile Ads Unity plugin version: _____
  • Platform: (iOS, Android, Unity Editor)
  • Platform OS version: _____ (eg iOS 10, Android 9)
  • Any specific devices issue occurs on: _____
  • Mediation ad networks used, and their versions: _____

[REQUIRED] Step 2: Describe the problem

Hi everyone, I am trying to build automation for our project. I am doing it by using the CI/CD pipeline and utilizing gitlab. My problem is when I do that, gitlab always clones projects, and when the project cloned consent pop-up shows up on first opening, I can't pass that pop-up without clicking "yes." But for full automation, I have to pass that pop-up automatically. Is there any workaround that you can suggest?

@mertcelen
Copy link
mertcelen commented Mar 1, 2024

+1

@NVentimiglia
Copy link
Member

@Enhar-Turkova

My problem is when I do that, gitlab always clones projects, and when the project cloned consent pop-up shows up on first opening

Please confirm my assumption: From the sound of it because the project is cloned previous "yes" clicks are not recorded and forces the automation into the UMP flow. Is this correct?

I have to pass that pop-up automatically. Is there any workaround that you can suggest?

I am not sure what you mean by this. I have not used the Github CI/CD pipeline in gitlab; Can you tell it to select the yes button, or what are you trying to test?

@Enhar-Turkova
Copy link
Author

I attached the popup below When I send a function from gitlab it does every next and previous steps.Without me having to touch the keyboard just because of this pop up my proccess is not fully automate.Can you suggest me any solution? Btw when I clicked yes and push the library and everything by deleting .gitignore it worked but as you know it is not a valid solution.This just helps me understand that the system is fully working other than this popup

Screenshot 2024-02-23 at 14 44 35

@NVentimiglia
Copy link
Member

@Enhar-Turkova

The Unity Consent Request is a feature of the Unity Engine. We can not control this dialog.

I spent some time looking for a solution online, including the command line arguments, and was unable to find any resources. I did reset my Unity project directory and reinstalled the plugin and the warning did not appear for me (Unity 2023). So either this feature is no longer present on newer version of Unity or the consent status is cached somewhere outside of the project folder.

@NVentimiglia NVentimiglia self-assigned this Mar 14, 2024
@NVentimiglia NVentimiglia added the Support General question, Installation question, or feedback. label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support General question, Installation question, or feedback.
Projects
None yet
Development

No branches or pull requests

3 participants