Localytics is a marketing and analytics platform for mobile and web apps
Questions tagged [localytics]
54 questions
1
vote
1 answer
Localytics ios push device token
I have implemented iOS push notifications with Localytics, and it is working, but I am confused about how they are capturing the deviceToken.
The documentation instructs me to call registerForRemoteNotifications to get the device token. Fine, this…

Joel
- 15,654
- 5
- 37
- 60
1
vote
1 answer
Track each screen view duration with additional parameters
I want to track the time spent by the user on each screen in my android app with additional parameters specific to that screen. I have explored:
Google Analytics, CleverTap, Localytics all of them allow me to record session timing for each screen…

Shubham
- 3,071
- 3
- 29
- 46
1
vote
1 answer
Can't archive after migrating to CocoaPods
We have recently migrated to CocoaPods to make dependencies simpler. It worked very well until today when we tried to archive it for crashlytics. I am using Xcode 6.
I keep getting ld: library not found for -lsqlite3
This is how I have set my…

Houman
- 64,245
- 87
- 278
- 460
1
vote
1 answer
Implementing Localytics SDK prevents unit tests from building
I have recently implemented Localytics to get a better understanding of how our users are using our app.
The integration guide is pretty straight forward. However the unit tests can't be built any longer, when I run them.
The error is familiar to…

Houman
- 64,245
- 87
- 278
- 460
1
vote
2 answers
On which mobile analytics SDK can I define different types of users?
I'm building an iOS app and would like to use a analytics tool (Flurry, localytics or others).
My app will have 2 types of users, where some users can be of the 1st type, some can be of the 2nd type and some will be both kinds.
On which analytics…

user1999624
- 89
- 1
- 9
1
vote
2 answers
Is it possible to use Localytics with Mono for iOS?
I am new to iPhone developement in general. I am currently using Monotouch (MonoDevelop as the IDE). Is it possible to use Localytics with this for app tracking purposes?
I have seen that there is an iOS Integration Guide for iPhone and iPad page,…

CodeBlue
- 14,631
- 33
- 94
- 132
0
votes
1 answer
How to include / exclude filter statement in R httr query for Localytics
I can successfully query data from Localytics using R, such as the following example:
r <- POST(url = "https://api.localytics.com/v1/query,
body=list(app_id=,
metrics=c("occurrences","users"),
…

Jacob
- 406
- 3
- 19
0
votes
0 answers
Localytics Firebase Push Notifications are not working on Xamarin Forms for Android
I've managed to get this working in the past, but its suddenly stopped working and I don't know what to check in order to get it working again. I am trying to get push notifications working using Firebase Cloud Messaging through Localytics. I am…

Sach K
- 591
- 4
- 20
0
votes
1 answer
Angular Chosen Localytics - ng model not working properly
I have a trouble with angular-chosen select, it's not updating ng-model, when selected option changes.
angular-chosen plugin:
https://github.com/leocaseiro/angular-chosen
Link to plunker to reproduce this issue:…

Rodriguez Fernando
- 33
- 5
0
votes
0 answers
Angular chosen: ng-model in the add/edit mode
I have an ObjectA including a list of ObjectB and the relation between the two objects is many to many:
$scope.objectA = {
name: “”,
objectsB: []
}
At first I load all the existing objectsB from the ObjectB table. I put them into the select options…

Ne AS
- 1,490
- 3
- 26
- 58
0
votes
1 answer
Problems with deep link in push notifications
I am using Branch.IO to generate deep links. Now the normal flow works perfectly. Opens the application on tapping the link from the notes application.
The problem is when I put the deep link URL in the payload of notification and tap on the…

Parth Adroja
- 13,198
- 5
- 37
- 71
0
votes
0 answers
Localytics Integration on android api level below 14
I'm trying to implement Localytics in my app. Available docs describes procedure pretty clear, but only for devices with Ice Cream Sandwich and newer. Does anyone know, how to integrate this in an app with API below 14? Appreciate any…

shtas
- 499
- 2
- 17
0
votes
1 answer
Localytics android push message notification sound
I have integrated localytics and localytics push notifications in my app. However when the push message arrives, the notification is shown with the system default sound. How do I change that to a custom sound? Sound is a bit essential to the…

Shantanu Shah
- 11
- 2
0
votes
1 answer
integrate push notifications for android with localytics
Has anyone Integrated push notifications for Android using Localytics?
I have done code changes mentioned on their website.
Localytics Android Integration
Now when i am trying to configure my app with Google API key it is giving me error saying…

Amit
- 283
- 3
- 17
0
votes
2 answers
Does Localytics have a maven/gradle repository?
For the Android platform, the official guide doesn't mention a maven or gradle respository, but since it could be that it is just not documented I decided to search for it. I found four repos for the query string "localytics" but can't tell for sure…

Christopher Francisco
- 15,672
- 28
- 94
- 206