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

[Bug]: Incorrect Display of App Open Ad on Activity Launch #123

Closed
3 tasks done
zeoowl-dev opened this issue Oct 4, 2023 · 0 comments · Fixed by #136
Closed
3 tasks done

[Bug]: Incorrect Display of App Open Ad on Activity Launch #123

zeoowl-dev opened this issue Oct 4, 2023 · 0 comments · Fixed by #136
Assignees
Labels
@bug Something isn't working @priority-high
Milestone

Comments

@zeoowl-dev
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Is there a StackOverflow question about this issue?

  • I have searched StackOverflow

What happened?

Currently, the App Open Ad is being displayed when a new activity or intent is launched within the application. However, it should only be shown when the application is resumed, such as when returning from the background. This behavior is not aligned with user expectations and can lead to a poor user experience.

Expected Behavior:

  • The App Open Ad should be displayed only when the application is resumed after being in the background.

Steps to Reproduce:

  1. Launch the application.
  2. Navigate to a different activity or trigger a new intent.
  3. Observe that the App Open Ad is displayed.

Actual Behavior:

  • The App Open Ad is displayed when a new activity or intent is launched, which is not the intended behavior.

This issue needs to be addressed to ensure that the App Open Ad is shown only when the application is resumed, as expected.

Relevant logcat output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@teogor teogor self-assigned this Oct 4, 2023
@teogor teogor added @bug Something isn't working @priority-high labels Oct 4, 2023
@teogor teogor added this to the 1.0.0-alpha03 milestone Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@bug Something isn't working @priority-high
Projects
Development

Successfully merging a pull request may close this issue.

2 participants