Questions tagged [apptentive]

Apptentive is a SDK that helps you increase retention with rating prompts, message centers, and surveys.

See Apptentive.com

29 questions
5
votes
0 answers

Apptentive iOS SDK clear conversation

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]…
Ric Santos
  • 15,419
  • 6
  • 50
  • 75
3
votes
1 answer

Adding Library to IOS app causes horrible build failure

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…
Will Jenkins
  • 9,507
  • 1
  • 27
  • 46
2
votes
0 answers

Apptentive GCM notification behaving differently when app is not in focus

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…
2
votes
1 answer

NoClassDefFoundError when upgrading Apptentive from version 1.7.3 version to 2.1.1 version

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…
Suresh Pal
  • 21
  • 2
2
votes
1 answer

How to disable Loggings of Apptentive in Xcode console?

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…
Houman
  • 64,245
  • 87
  • 278
  • 460
2
votes
1 answer

Undefined Symbols error when integrating Apptentive iOS SDK via Cocoapods

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",…
pkamb
  • 33,281
  • 23
  • 160
  • 191
1
vote
0 answers

Add Apptentive Survey for Android

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 …
Finn
  • 11
  • 1
1
vote
1 answer

Apptentive Message cell color change

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…
Nagarjun
  • 6,557
  • 5
  • 33
  • 51
1
vote
1 answer

Customise Message center of Apptentive iOS Objective C

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…
Zღk
  • 854
  • 7
  • 25
1
vote
2 answers

Cocoapods Errors : Resource.sh not found

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…
Alok C
  • 2,787
  • 3
  • 25
  • 44
1
vote
1 answer

Apptentive: `Undefined symbols for architecture...` error in Cordova project

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…
Boris Chumichev
  • 135
  • 1
  • 7
1
vote
2 answers

Apptentive and React Native?

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…
glose
  • 507
  • 4
  • 12
1
vote
1 answer

Apptentive Ratings Prompt

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,…
Swarnim Prabhat
  • 89
  • 1
  • 2
  • 12
1
vote
2 answers

My iOS app was rejected because of an invalid SYMLINK

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…
1
vote
1 answer

Disable Apptentive logging in Android

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,…
amit
  • 1,373
  • 2
  • 16
  • 29
1
2