Questions tagged [apptentive]

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

See Apptentive.com

29 questions
1
vote
1 answer

Apptentive callback methods

Are there any Apptentive callback methods which inform us what is happening? For example, [[ATConnect sharedConnection] engage:@"completed_level" fromViewController:viewController]; tells Apptentive an event has occured, and now Apptentive might…
amit
  • 1,373
  • 2
  • 16
  • 29
1
vote
1 answer

Is there a single "analytics/marketing" SDK solution for mobile apps?

I hope this is not off topic for StackOverflow since it is not just software development related but also marketing. But I guess this problem is something we developers are all confronted to. To monitor and market our iOS app, we use a bunch of…
PJC
  • 997
  • 7
  • 21
1
vote
1 answer

Unable to view feedback chat by using apptentive third party in ios 8 version

unable to view feedback chat by using apptentive third party in iOS 8 version.But it is good in lower version. please help me to get the Feedback chat in iOS 8.0 version
1
vote
1 answer

How do I trigger the Apptentive rating prompt reminder?

I just updated apptentive in my app to 1.5.0v. The rating prompt dialog is shown successfully when the conditions are true, but if the user clicks on "Remind me later", the rating prompt never is shown again. I show the dialog, with the next…
juanjo
  • 87
  • 1
  • 8
1
vote
1 answer

ld: framework not found -Accelerate clang: error: linker command failed with exit code 1

i am trying to implement Apptentive SDK in my iPhone application as per the guide document. everything was gone good. but at last point of implementing SDK found error.that is Accelerate framework directory path not fount like that a error…
1
vote
1 answer

Unrecognized selector when using Apptentive: -[ATAppRatingFlow appDidLaunch:viewController:]

Calling the following method in the Apptentive API is crashing due to an unrecognized selector. ATAppRatingFlow *ratingFlow = [ATAppRatingFlow sharedRatingFlowWithAppID:kApptentiveAppID]; [ratingFlow appDidLaunch:YES…
pkamb
  • 33,281
  • 23
  • 160
  • 191
0
votes
1 answer

How to unregister Apptentive in Android?

I need to disable Apptentive from showing its feedback dialogs because it is interfering with my UI tests. I could not find any method to unregister or disable it. I tried setting random app key like this, but apptentive is using the cached API…
AccTest
  • 313
  • 3
  • 11
0
votes
0 answers

Apptentive for android crashing on message center

I've added Apptentive to my Android app following the instructions here. I initially see the message center, and when I send a message to my support team, everything seems fine. When the support team responds, I see the response in the message…
Tyler
  • 19,113
  • 19
  • 94
  • 151
0
votes
1 answer

Apptentive cordova plugin

Hello i have a need for a Apptentive cordova plugin that supports iOS and Android. I have found this https://github.com/mcfarljw/cordova-plugin-apptentive plugin but it only supports android. Does anyone know how can I go about implementing…
4308
  • 796
  • 3
  • 14
  • 26
0
votes
2 answers

Apptentive custom data not being passed

I am integrating Apptentive on Android. I am passing custom data to the Message Center but it is not display on the Apptentive website. This is my code HashMap customData = new HashMap(); //add package…
amit
  • 1,373
  • 2
  • 16
  • 29
0
votes
1 answer

How to disable the Apptentive "Do you love _____?" dialog

How do you disable the Apptentive dialog that randomly pops up asking: "Do you love [App name]?" Right now it's showing the title of another project and may need reconfiguring on the web, but for now I just want to disable it in Android.
Tyler
  • 19,113
  • 19
  • 94
  • 151
0
votes
3 answers

Crashed: com.apple.spritekit.renderQueue

We are developing a SpriteKit iOS7 game,the game works very well, but the game crashes when it is sent to background if we integrated any of the following libs: - Airship. - Bugsense. - Apptentive. Here is the Crashlytics crash report: Thread :…
Mohamed Saleh
  • 2,881
  • 1
  • 23
  • 35
0
votes
2 answers

iOS Apptentive SDK - NSInvalidArgumentException from `[NSManagedObject setup]`

i'm new in iOS programminng. I want to use feedback system with Apptentive SDK in my first App. There is no errors while compiling, but when it start to make connection with Apptentive server, i get this error message: 2013-07-11 15:32:19.438…
Adam Kaczmarek
  • 146
  • 2
  • 10
-3
votes
3 answers

Apptentive Library - How to edit it's source code

I am using Apptentive .aar library in my project and I have to make changes in its values.xml file. How to achieve it. Any help should be greatly appreciated.
Raghul Sugathan
  • 350
  • 1
  • 7
  • 22
1
2