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

Runtime error when adding AdInterstitial to a Fragment #29

Open
baciucalin opened this issue Jul 30, 2024 · 0 comments
Open

Runtime error when adding AdInterstitial to a Fragment #29

baciucalin opened this issue Jul 30, 2024 · 0 comments

Comments

@baciucalin
Copy link

Hello! :)
In a fragment, after i add the "AdInterstital" together with the "BasicInterstitialPager":

<com.adform.sdk.pager.AdInterstitial
    android:id="@+id/pager_container"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <com.adform.sdk.pager.BasicInterstitialPager
        android:id="@+id/pager"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</com.adform.sdk.pager.AdInterstitial>

I get this runtime error (full stacktrace
fatal_exception.txt
attached in the file) with the headline: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts.

Thank you in advance for any thoguhts :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant