Pendo Android for Xamarin forms

Hello, I am integrating Pendo with our Xamarin forms app on Android. When I navigate to a page , I am not seeing the events being captured. Any thoughts on what needs to change for Pendo SDK to consider that as a navigation?

0

Comments

2 comments
  • Official comment

    Hello, 
    David here, can you please provide more info?
    Are you seeing that pendo is initialized correctly?
    Are you seeing any other events? 
    you can add this line to the manifest 

    <?xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.sampleapp">


    ...

    <meta-data android:name="pnd_debug_logging" android:value="true" />
        </application>

    </manifest>

    To have more info.

  • Hi David, 

    I do see the raClick, raScreenView and raScreenLeft being captured in the raw section for my home screen. Appbackground and foreground also seems to be recorded. Just navigating from one view to another is not captured. Any thoughts on what triggers the page tracking events? 

    Thanks,

    Gautham Ravindran

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post