Questions tagged [appsee]

Appsee is a mobile-focused analytical tool to track user interactions and provides an in-depth analysis of users behavior. Use this tag [appsee] for questions related to Appsee's SDK. Use the related tags [ios], [android], [react-native], etc. for issues specific to those platforms.

References

Related Tags

12 questions
6
votes
1 answer

iOS 8 crashes in UVManager.m which is not one of my classes

I am seeing quite a few crash reports in Crashlytics for one of my apps. All crashes have occurred in iOS 8, non jailbroken on both iPad and iPhone. The crash report points to a class called UVManager.m however I cannot find a class with this name…
Darren
  • 10,182
  • 20
  • 95
  • 162
2
votes
0 answers

How to analyze user journey like appsee of flutter app?

i want to analyze or record user journey, like https://www.appsee.com/ does. then i found this Analysing user journey in Flutter apps using Appsee But its just black like other people response on the comment session. how to achive like that, or any…
RIFAL
  • 3,207
  • 4
  • 17
  • 29
2
votes
1 answer

Touch gesture problems in React Native with Appsee

When I enable Appsee in my react-native app, I experience bugs with components which handle gestures. Simple example would be a navigator: const routes = [ {text:"1"}, {text:"2"}, {text:"3"} ]; const {Navigator} =…
Serge Seredenko
  • 3,541
  • 7
  • 21
  • 38
2
votes
1 answer

Appsee: How i can hide title of alert for appsee analytics

I am using Appsee and using their video recording in my app. I show an alert with confidential information. I know that I can hide the alert in appsee while using +(void)markViewAsSensitive:(UIView*)view and it's working. However, this API doesn't…
NoliNik
  • 125
  • 1
  • 7
1
vote
1 answer

How can I integrate Appsee wireframe replays in my iOS app?

I need to explore and integrate Appsee wireframe replay in my iOS app, and am unable to find any tutorial regarding the same. Is there here any good tutorial available ?
user1398615
  • 289
  • 1
  • 7
1
vote
1 answer

Appsee couldn't locate an Android Manifest file

When trying to build my project with the Appsee SDK, I get the error: Appsee couldn't locate an Android Manifest file. Strangely, it was working fine for a while and this issue cropped up suddenly. I've tried fixing file permissions in macOS…
Frogger
  • 86
  • 1
  • 8
1
vote
1 answer

Undefined Native Modules

I'm new to react-native, I'm trying to use react-native-appsee for my app analytics, according to appsee website documentations it should be easy. I did everything exactly like the documentations but when I tried to run the app it gave me the…
HanSol
  • 51
  • 1
  • 10
1
vote
1 answer

Ionic/Cordova plugin error while trying to add a plug in

I'm trying to add Appsee plug-in to my ionic 2 app.But when I try to install it using the following command: ionic cordova plugin add cordova-plugin-appsee I'm getting the below error in my terminal Error: getaddrinfo ENOTFOUND…
Generaldeep
  • 437
  • 2
  • 12
  • 30
1
vote
1 answer

How to change the Event name of a session in AppSee from an iOS application?

Does anyone know, how to change the event name on Appsee? I am able to update the screen name using AppSee delegate method. But when I am using the add event operation, it's adding a separate event on Appsee session. I don't want to add a new event…
A K M Saleh Sultan
  • 2,403
  • 2
  • 22
  • 28
0
votes
1 answer

Appsee 2.5.0 version

So I'm trying to install the Appsee 2.5.0 because we want to install the "wireframe only" version. So I go into the pods and added: pod 'Appsee', '~> 2.5.0' But when I run pod install or pod update it install the 2.5.1 version. Why I need the…
RodolfoAntonici
  • 1,555
  • 21
  • 34
-1
votes
1 answer

Appsee heatmap on ios

Is Appsee (or any other analytics platform) allowed to create heatmaps on ios? I can't find any documentation that says if Apple allows the recording of heatmaps or not.
george
  • 1
-1
votes
2 answers

AppSee Free or not?

Fabric.io seems to say on the front page that everything is free. Yet when i try to set up AppSee, the Fabric MAC desktop client says it will set up an AppSee account for me (or at least that is what i remember). But part of the AppSee install…
Bruce Bookman
  • 134
  • 1
  • 13