react-native-related-digital

Mobile notifications and analytics

Downloads
670
Stars
30
Committers
3
react-native-related-digital - 1.0.13

Published by bariisarslans about 1 year ago

  • Alternative import path for react_native_related_digital-Swift.h' file not found error
react-native-related-digital - 1.0.11

Published by bariisarslans about 1 year ago

Bug fix

  • Android view manager list type definition
react-native-related-digital - 1.0.10

Published by bariisarslans about 1 year ago

  • Firebase/app 15.5.0 error fix
  • Native iOS sdk update
react-native-related-digital - 1.0.7

Published by bariisarslans about 1 year ago

  • Added to push retention requests emPushSp parameter
react-native-related-digital - 1.0.6

Published by bariisarslans about 1 year ago

  • iOS Native sdk update
react-native-related-digital - 1.0.5

Published by bariisarslans about 1 year ago

Added sdktype and utm parameters to all visilabs requests

Required

Android

Edit the Visilabs.CreateAPI call in the MainApplication.java > initEuroMessage function as below.

Visilabs.CreateAPI(organizationId, siteId, segmentUrl, datasource, realtimeUrl, channel, this, targetUrl, actionUrl, 30000, geofenceUrl, true, "reactnative");

react-native-related-digital - 1.0.4

Published by bariisarslans over 1 year ago

  • getPushMessages iOS fix
react-native-related-digital - 1.0.3

Published by bariisarslans over 1 year ago

  • App Banner
react-native-related-digital - 1.0.1

Published by bariisarslans over 1 year ago

  • Silent push
react-native-related-digital - 1.0.0

Published by cicimen over 1 year ago

ios second popup fix

react-native-related-digital - 0.9.9

Published by bariisarslans almost 2 years ago

This version does not support huawei features.

Related Digital SDK'sından Huawei Mobil SDK bağımlılıklarının kaldırılması (Play Store un Huawei Mobil SDK ile ilgili uyarıları ve uygulamalara red vermesi yüzünden)

Eğer Google servislerinin olmadığı Huawei cihazlarını da destekliyorsanız bu SDK sürümünü kullanmamalısınız.

Eğer Play Store dan Huawei Mobil SDK ile alakalı bir ret almak istemiyorsanız siz de projenizdeki tüm Huawei Mobil SDK bağımlılıklarını kaldırmalısınız.

For more info
https://relateddigital.atlassian.net/wiki/spaces/RMCKBT/pages/2306703365/Huawei+Bag+ml+l+Kald+rma

Note

If you encounter errors similar to the one below, add the code below to the android block in app/build.gradle.

Error
2 files found with path 'lib/arm64-v8a/libc++_shared.so' from inputs:

Fix
packagingOptions { pickFirst '**/*.so' }

react-native-related-digital - 0.3.4-google

Published by bariisarslans almost 2 years ago

  • Remove Huawei Mobile SDK dependencies from Related Digital SDK (Due to Play Store rejections and complaints)

  • You should NOT use this SDK version if you want to support Huawei devices which do not have google services enabled.

  • You should remove all Huawei SDK dependencies from your project too if you do not want to get a reject from Play Store about Huawei Mobile SDK

  • Related Digital SDK'sından Huawei Mobil SDK bağımlılıklarının kaldırılması (Play Store un Huawei Mobil SDK ile ilgili uyarıları ve uygulamalara red vermesi yüzünden)

  • Eğer Google servislerinin olmadığı Huawei cihazlarını da destekliyorsanız bu SDK sürümünü kullanmamalısınız.

  • Eğer Play Store dan Huawei Mobil SDK ile alakalı bir ret almak istemiyorsanız siz de projenizdeki tüm Huawei Mobil SDK bağımlılıklarını kaldırmalısınız.

For more info
https://relateddigital.atlassian.net/wiki/spaces/RMCKBT/pages/2306703365/Huawei+Bag+ml+l+Kald+rma

react-native-related-digital - 0.3.4

Published by bariisarslans about 2 years ago

  • Spintowin update
  • Native sdk version update
react-native-related-digital - 0.3.3

Published by bariisarslans about 2 years ago

  • RecommendationAttribute PRODUCTCODE add
react-native-related-digital - 0.3.2

Published by bariisarslans about 2 years ago

Important Integration Changes*

There have been changes in the integration stages in this release. You can update your project by following the steps below

Android

  • Change your minSdkVersion to 21.
  • Change your compileSdkVersion and targetSdkVersion to 32.
  • Replace the maven {url 'http://developer.huawei.com/repo/'} lines in the both repositories sections of your android/build.gradle file with the below
mavenCentral()
maven {
    url 'http://developer.huawei.com/repo/'
    allowInsecureProtocol = true
}
  • Replace classpath 'com.google.gms:google-services:4.3.3' line in the dependencies section of your android/build.gradle file with the following
classpath 'com.google.gms:google-services:4.3.10'

iOS
Doesn't require any integration changes

New Feature: Story Countdown 🎉

iOS
This feature lets you add a countdown timer to stories

  • Add below lines to your project target's Build Phases->Copy Bundle Resources section. Select Create folder references when prompted.
    • Pods/VisilabsIOS/Sources/TargetingAction/Story/Views/timerView/timerView.xib

Android
No additional installation required

react-native-related-digital - 0.3.0

Published by bariisarslans about 2 years ago

New

  • getUser method added

Update

  • Native sdk versions updated
react-native-related-digital - 0.2.9

Published by bariisarslans over 2 years ago

  • Huawei Version Update*
    Update the huawei line in the dependencies section of your android/build.gradle file.
    classpath 'com.huawei.agconnect:agcp:1.6.5.300'
react-native-related-digital - 0.2.8

Published by bariisarslans over 2 years ago

  • Video support for in-app templates
react-native-related-digital - 0.2.7

Published by bariisarslans over 2 years ago

  • Reco reporting bug fix
Package Rankings
Top 11.01% on Npmjs.org
Badges
Extracted from project README
npm package