0

I'm having an error only when running on Android in unity.

This is the error:

Unity ads initialization failed: internal_error - unity ads sdk failed to initialize due to environment check failed

I used the correct keys to initialize my ads on android.

Does anybody know how to fix this?

MrBlender
  • 197
  • 14

1 Answers1

2

This error is most likely due to an outdated version of the unity ads package. Please try removing the current version you have and installing the latest through the unity package manager. Chances are you will need to update some code as there have been some breaking changes in the past.

Kosy Onyenso
  • 109
  • 2
  • 14