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

Doesn't work with RN 0.61+ #4

Open
ivanszhuravlev opened this issue Oct 22, 2019 · 6 comments
Open

Doesn't work with RN 0.61+ #4

ivanszhuravlev opened this issue Oct 22, 2019 · 6 comments

Comments

@ivanszhuravlev
Copy link

The podspec needs to be moved out of ios folder, and maybe some more changes need to be done

@FlorianBergmann
Copy link
Member

Please try again with version 1.0.10

@ghost
Copy link

ghost commented Dec 12, 2019

@FlorianBergmann I'm using 1.0.10 with RN 0.61.5 and I get error "cannot read property 'getAdvertisingId' of undefined"

@ShVitaliy
Copy link

ShVitaliy commented Dec 30, 2019

i have the same issue with RN 0.61.5 and 1.0.10 version. Also you have an error in readme. getPackages methods locate in MainApplication.java (not in MainActivity)

@FlorianBergmann
Copy link
Member

It should now work with RN 0.61 with version 1.0.11

@vikasverma92
Copy link

@FlorianBergmann I'm using 1.0.10 with RN 0.61.5 and I get error "cannot read property 'getAdvertisingId' of undefined"

With RN 0.61.x, we still have to add

    <application>
        <meta-data
            android:name="com.google.android.gms.ads.AD_MANAGER_APP"
            android:value="true"/>
    </application>

in AndroidManifest.xml.

@vikasverma92
Copy link

@FlorianBergmann I'm using 1.0.10 with RN 0.61.5 and I get error "cannot read property 'getAdvertisingId' of undefined"

With RN 0.61.x, we still have to add

    <application>
        <meta-data
            android:name="com.google.android.gms.ads.AD_MANAGER_APP"
            android:value="true"/>
    </application>

in AndroidManifest.xml.

Release App is still crashing after this.

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

4 participants