Giter Site home page Giter Site logo

Comments (6)

NesterovichAlexey avatar NesterovichAlexey commented on July 21, 2024

Привет. Какая версия плагина? И используете ли еще какие-то пуш сервисы?

from metrica-push-plugin-unity.

dreamcodestudio avatar dreamcodestudio commented on July 21, 2024

Привет. Какая версия плагина? И используете ли еще какие-то пуш сервисы?

Качал последнию с gita 0.2.0, сторонних не юзаем, только sdk AppMetrica

from metrica-push-plugin-unity.

dreamcodestudio avatar dreamcodestudio commented on July 21, 2024

GcmReceiver есть в манифесте для отслеживания удалений приложения для sdk AppsFlyer

<receiver android:name="com.google.android.gms.gcm.GcmReceiver" android:exported="true">
      <intent-filter>
        <action android:name="com.google.android.c2dm.intent.RECEIVE" />
      </intent-filter>
    </receiver>

from metrica-push-plugin-unity.

NesterovichAlexey avatar NesterovichAlexey commented on July 21, 2024

GCM считается устаревшим и не рекомендуется гуглом.
Возможно из-за того, что AppMetrica Push Unity Plugin использует firebase возникает конфликт с gcm.
У AppsFlayer есть поддержка Firebase https://support.appsflyer.com/hc/en-us/articles/213766183-Unity-SDK-integration-for-developers#measure-uninstalls
Можешь перейти на Firebase для AppsFlayer?
Или как вариант использовать версию AppMetrica Push Unity Plugin 0.1.0.
Даже если и получиться собрать приложение с firebase и gcm вместе, то могут быть проблемы с отправкой пушей.

from metrica-push-plugin-unity.

dreamcodestudio avatar dreamcodestudio commented on July 21, 2024

Ok попробую перевести AppsFlyer на Firebase

from metrica-push-plugin-unity.

dreamcodestudio avatar dreamcodestudio commented on July 21, 2024

Перевод на firebase помог

from metrica-push-plugin-unity.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.