apptentive-android
apptentive-android copied to clipboard
Apptentive Android SDK
java.lang.NoSuchMethodError : No interface method requestReviewFlow()Lcom/google/android/play/core/tasks/Task; in class Lcom/google/android/play/core/review/ReviewManager; or its super classes (declaration of 'com.google.android.play.core.review.ReviewManager' appears in /data/app/~~hGOi-Yrlw5wmtkyD3D5uUg==/com.xxxx.xxx-25mYjNTXsSMr2FjUMZxW6A==/base.apk!classes2.dex) RUNNABLE GooglePlayReviewManager.java:48 My Production app is crashing, kindly help ``` java.lang.NoSuchMethodError:...
In ApptentiveAttachmentFileProvider, it was observed that the code uses getLastPathSegment method to retrieve the last portion of the URL path. ``` public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {...
Hi, Is there a away to hide the attachment icon in the message center compose box ?. Due to some privacy reasons, we have to disable it. is it possible....
I'm using the latest Apptentive version 6.0.4 and I'm getting the MissingKeyException crash. Please help us to find a solution on this issue. Here is the Crash log: `Caused by...
Hello Apptentive team, We are facing an app crash with the following crash log, please let us know the fix for this or if you need any more information ##...
Following is the crash log.. ~~~ Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.magnolia.android.app/apptentive.com.android.feedback.messagecenter.view.ProfileActivity}: java.lang.IllegalArgumentException: Provider is not registered: interface apptentive.com.android.feedback.message.e at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3431) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3595) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at...
Hey Team, we are encountering language switch issues in our app using Message Center. When we switch the systems language in the Android language settings to one of our supported...
We are using your sdk in our app and since we are updating to support CATO (these are specific accessibility rules given to us from our customer) we change our...
Links in incoming message body in message center are not clickable, looks like `android:autoLink="all"` attribute on message_body TextView in `apptentive_message_incoming.xml ` is not working . ``` ``` Posible solution would...
After analyzing my app with the veridex tool, I found that there are two use cases for the reflection API in the Apptentive Android SDK. ``` Reflection unsupported Landroid/graphics/Typeface;->sSystemFontMap use(s):...