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

Net maui seems not supported by AppMetrica 7.1.0 - 7.2.0 #11

Open
sergepenkin opened this issue Oct 2, 2024 · 4 comments
Open

Net maui seems not supported by AppMetrica 7.1.0 - 7.2.0 #11

sergepenkin opened this issue Oct 2, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@sergepenkin
Copy link

sergepenkin commented Oct 2, 2024

📚 AppMetrica SDK Version

7.1.0

📝 Description

We have made bidings for AppMetrica 7.2.0
Implemented all that was required = but getting error after Activate
appmetrica
Please provide more information - which are the requirements for MauiApplication class to be supported by AppMetrica

🔍 Reproducing the issue

No response

📋 Relevant AppMetrica Log Output or Crash Logs

Expand to view logs
// Your logs go here

📦 Dependencies

@sergepenkin sergepenkin added the bug Something isn't working label Oct 2, 2024
@sergepenkin
Copy link
Author

manifest changes

    <!-- Yandex Metrica required manifest entries START -->
    <service android:name="io.appmetrica.analytics.AppMetricaService" android:enabled="true"
        android:exported="true">
        <intent-filter>
            <category android:name="android.intent.category.DEFAULT" />
            <action android:name="io.appmetrica.analytics.IAppMetricaService" />
            <data android:scheme="metrica" />
        </intent-filter>
        <meta-data android:name="metrica:api:level" android:value="50" />
    </service>
    <receiver android:name="io.appmetrica.analytics.MetricaEventHandler" android:enabled="true"
        android:exported="true">
        <!-- Required for tracking campaigns -->
        <intent-filter>
            <action android:name="com.android.vending.INSTALL_REFERRER" />
        </intent-filter>
    </receiver>
    <!-- end of Yandex Metrica -->

@sergepenkin
Copy link
Author

Here is demo project in github
https://github.com/sergepenkin/mauiappmetrica720demo

@sergepenkin
Copy link
Author

here is also some more additional information regarding this topic
dotnet/android#8675

@sergepenkin sergepenkin changed the title Net maui seems not sopported by AppMetrica 7.1.0 Net maui seems not sopported by AppMetrica 7.1.0 - 7.2.0 Oct 7, 2024
@NesterovichAlexey
Copy link
Member

Thank you for your request.

Currently, we provide the AppMetrica SDK for native iOS and Android applications. Additionally, we offer the following plugins:

  • Flutter
  • Unity
  • React Native

You can find all available SDK versions and the integration guide in our documentation:
AppMetrica SDK Documentation.

We have registered your feature request and forwarded it to our product team. However, right now we cannot provide a clear timeline for when support for MAUI will be added.

@NesterovichAlexey NesterovichAlexey added enhancement New feature or request and removed bug Something isn't working labels Oct 7, 2024
@sergepenkin sergepenkin changed the title Net maui seems not sopported by AppMetrica 7.1.0 - 7.2.0 Net maui seems not supported by AppMetrica 7.1.0 - 7.2.0 Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants