Using Apptentive SDK for iOS (https://github.com/apptentive/apptentive-ios).
When a user logs out of my app, I need a way to clear the conversation that is saved by Apptentive.
Have tried:
[[ATConnect sharedConnection]…
I'm trying to add Apptentive to an IOS app. There are quite a few external libraries already being used such as Admob and Google analytics.
I've followed this guide to the letter but I just can't make it blend. Behold the nasty failure message…
I integrated my android app with apptentive as per GCM instructions in https://docs.apptentive.com/android/integration/
When I reply to a message from apptentive web UI, I am observing two notification behaviors at app side.
When app is opened, my…
I am trying to upgrade Apptentive from 1.7.3 version to latest 2.1.1 version.
However whenever I call method
Apptentive.showMessageCenter(getActivity()), to launch Apptentive message dialog, it crashes and gives NoClassDefFoundError for…
Apptentive seems like a good addition to have. However it pollutes the Console with so many messages, that is unnecessary to see every time. It is distracting me from seeing important debug messages elsewhere.
Only an extract:
2015-05-10…
When integrating the Apptentive iOS SDK via Cocoapods, I get the following errors:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_ATConnect", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_ATAppRatingFlow",…
From the Android Apptentive documentation, only get a callback when a Survey is finished:
Apptentive.setOnSurveyFinishedListener(new OnSurveyFinishedListener() {
@Override
public void onSurveyFinished(boolean completed) {
// Your code
…
Hi I tried to customize apptentive
ApptentiveMessageCenterReplyCell, ApptentiveMessageCenterContextMessageCell, ApptentiveMessageCenterMessageCell color since it is being used as cell in Storyboard. On color change i want to update its background…
I am using Apptentive, and i am trying to customise message center of same.I want to change "ApptentiveColorContextBackground" color, but i am unable to figure out from where it changes the link says user can modify the UI.
Any help will be…
Folks,
Cocoapods : 0.39.0
FYI I have done enough research and I was able to take care of errors like:
Podfile.lock not found.
.menifest not found
and others while building my project.
Which still seem hack to me but as long as they let me…
I'm trying to use Apptentive in Cordova project. While building my Xcode project I'm getting error:
Undefined symbols for architecture arm64:
"_CGImageSourceCreateWithURL", referenced from:
-[ATFileAttachment createThumbnailOfSize:] in…
I came across Apptentive and it looks very promising. however, it does not appear to integrate (currently) with react native. Is there a project for integrating the two that I am missing?
What other similar products, if any, currently support React…
I am trying to integrate Apptentive in my project. I have followed all the guideline in the documentation (i.e. created event, added apptentive_api_key in manifest file). Now when is write boolean shown = Apptentive.engage(NewDashboard.this,…
I have an application that uses a static library and an extension. After I built it and uploaded to the Appstore I got an email with the following:
Invalid Symlink - Your package contains a symbolic…
How can I disable Apptentive's torrential logging in the Android logs?
It logs very heavily - to the point of making it hard to see logs from anything else. Is there a way to control its logging level? Typically these values are: verbose, debug,…