Questions tagged [localytics]

Localytics is a marketing and analytics platform for mobile and web apps

Resources

54 questions
21
votes
2 answers

Xamarin Notification Service Extension issue

I have an issue with Notification Service Extension. I have followed step by step…
Luigi Saggese
  • 5,299
  • 3
  • 43
  • 94
7
votes
1 answer

Could not cast value of type 'LLAppDelegateProxy'

I have integrated the Localtyics iOS SDK. After this I am getting the error like below: Could not cast value of type 'LLAppDelegateProxy' It means I am unable to get a reference of the App delegate object. I am in trouble now because I want…
user3347272
  • 167
  • 1
  • 8
6
votes
3 answers

Localytics - Programmatically set app key

Is it possible to programmatically set the app key for Localytics? From the integration guide (https://support.localytics.com/Android_SDK_integration), it seems like you must set it in the Manifest file as meta-data.
fobbymaster
  • 1,406
  • 3
  • 14
  • 22
4
votes
1 answer

android localytics 4.5.1 crash NoClassDefFoundError com.localytics.android.BackgroundService

I updated my localytics from 4.2 to 4.5. I updated my firebase to the latest ver also 11.6.0. I am using gradle: compile 'com.google.android.gms:play-services-ads:11.6.0' compile 'com.google.firebase:firebase-core:11.6.0' compile…
ahmed_khan_89
  • 2,755
  • 26
  • 49
4
votes
1 answer

Fatal Exception: java.lang.OutOfMemoryError: int[] of length 1083403672 exceeds the VM limit

Fatal Exception: java.lang.OutOfMemoryError: int[] of length 1083403672 exceeds the VM limit at android.util.ArrayMap.allocArrays(ArrayMap.java:196) at android.util.ArrayMap.ensureCapacity(ArrayMap.java:307) at…
4
votes
3 answers

Localytics causing crash due to image not found

I'm trying to integrate Localytics into my iOS app and am using cocoapods: pod 'Localytics' However, when I start my app (I'm not even invoking or importing the Localytics namespace yet) my app blows up with this error: dyld: Library not loaded:…
ConfusedNoob
  • 9,826
  • 14
  • 64
  • 85
3
votes
1 answer

Localytics iOS push cert validation

I'm attempting to setup iOS Push notifications with Localytics. Since I'm switching push providers in revoked my APN certs and created new certs for both Prod and Dev. I'm familiar with this process and have done it a few times. I now have new…
rjb101
  • 514
  • 5
  • 14
3
votes
0 answers

Push Notification not working in Android signed apk using Localytics

I am getting the following logs when I try to send the push message to the signed apk version via Localytics. I dont understand where the issue is, as I am able to receive the push messages for the test and CUG builds, but without any code changes…
3
votes
0 answers

What is the best way to organize analytics code in Android App?

So right now I have one file(Lets say Analytics Helper) which has methods which different activities call. These methods accepts data and then create events(along with properties - custom data) and tag them. But this file will keep growing(as…
Vipul J
  • 6,641
  • 9
  • 46
  • 61
2
votes
1 answer

Event Duration in mobile analytics?

I am using Localytics mobile analytics for my iphone app.for example , how much time the user has spent for seeing screen...it is possible in flurry..api is available...but it is possible in Localytics ?
nameless
  • 809
  • 3
  • 9
  • 27
2
votes
0 answers

Android application cannot be started using packagemanager in Android version 4.4.2

I have integrated localytics-titanium module (https://github.com/localytics/localytics-titanium) in my appcelerator application for push messaging. On Nexus4 (Android 4.4.2), the appcelerator application is not getting launched on clicking the push…
2
votes
1 answer

Apple Search Ads + Localytics

How do you report Apple Search Ads attribution data to Localytics? I don't believe they are an integration partner. I can easily get the information myself by calling requestAttributionDetailsWithBlock on app launch but then how do I properly report…
Joel
  • 15,654
  • 5
  • 37
  • 60
2
votes
1 answer

Getting crash "Could not cast value of type 'LLAppDelegateProxy' "

I have a method in my AppDelegate file. Which I was calling from another class. But after implementing Localytics I am getting a crash. Here is how I was calling the method. let delegate = UIApplicatin.shared.delegate as ! AppDelegate …
2
votes
1 answer

iOS10 - userNotificationCenter didReceiveNotificationResponse called with a 10sec delay

I just upgraded my whole iOS push notifications registering for iOS 10, with this code: -(void)registerForNotifications{ if(SYSTEM_VERSION_GRATERTHAN_OR_EQUALTO(@"10.0")){ UNUserNotificationCenter *center = [UNUserNotificationCenter…
el-flor
  • 1,466
  • 3
  • 18
  • 39
2
votes
0 answers

localytics push redirection from inside the application

"Localytics provides a push having deeplink url and we are just storing it in database, We have a inbox screen where we shows list of Push received, On tap of Push we want to redirect user to the intended screen. Now problem is that by using this…
Amardeepvijay
  • 1,626
  • 3
  • 17
  • 47
1
2 3 4