Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
From what I can tell, this is occurring if the initializeSDK method has failed. On the Android side, the Marketo SDK classes are making logs with the tag "MKTO" so if you have ADB installed, you can use the console to do a command 'adb logcat | findstr MKTO' which will show logs for that specific t...
I'm experiencing this same issue with the Android mobile SDK. I've got the app configured in Marketo Admin for push notifications, and the link also redirects to my app, but I also get the error: "The URL does not match this application." This error appears to be specific to Marketo, as there are no...
In case anyone else runs into this, the correct import for the 'MktoException' class is: import com.marketo.errors.MktoException;