Questions tagged [leanplum]

A/B test framework for Mobile platforms. Also provides support for Analytics and editing mobile UI layouts on the fly

8 questions
13
votes
2 answers

How do A/B testing platforms replace Objective-C assets on the fly?

Leanplum, Apptimize and other A/B testing platforms for iOS have the ability to download assets (nib files ,images, etc...) from the web and replace them at runtime. The naive approach will be to download the new assets and replace them in the…
ekeren
  • 3,408
  • 3
  • 35
  • 55
3
votes
1 answer

How to group set of users in leanplum A/B testing integrated to android app?

I have integrated the leanplum A/b testing with my Android app and it is working fine. But the problem is, each time when I need to change the users to a different variant (for testing), I need to select each user individually and and change the…
Rahul Hawge
  • 154
  • 4
  • 15
3
votes
1 answer

sending string parameter in action=track leanplum Rest Api not working

I want to send string parameters in Leanplum api using action script Eg param:{"Element":"Hi"} var request:URLRequest = new URLRequest("https://www.leanplum.com/api"); request.method = URLRequestMethod.GET; var variables:URLVariables =…
Irfan Gul
  • 1,579
  • 13
  • 23
1
vote
1 answer

How do I extend the UNUserNotificationCenterDelegate protocol in AppDelegate?

I'm working on a React Native app which uses two different libraries to handle local notifications (react-native-community/push-notification-ios) and remote push notifications (Leanplum). The Leanplum SDK uses swizzling. Unfortunately, even when I…
1
vote
1 answer

How to disable push notifications while in app using C# and LeanPlum?

I am currently working on a game that requires push notifications. I have decided to use LeanPlum services for sending the notifications but I am having trouble finding a way to disable push notifications while inside the app. I know that within the…
Paul
  • 11
  • 2
0
votes
0 answers

Leanplum with GCM and FCM

Does Leanplum work with both GCM and FCM? While users migrating users should get notifications on both platforms, is it possible?
0
votes
2 answers

How does Apple handle push tokens if you disable notifications after agreeing to them prior?

I am working with Leanplum and having trouble finding documentation around apples push tokens. The main question is if a user originally accepts notifications when the app is installed and a push token is generated but then disables notifications…
0
votes
1 answer

Leanplum api keys exposed on client side javascript?

I am building web application and for push notification and messaging I am using leanplum . Leanplum provides with api keys like that key='absc......' app_id ='prod_abc.....' Is it save to expose these two keys on client side javascript files…
mohammad obaid
  • 415
  • 4
  • 16