@selligent-marketing-cloud/selligent-react-native 2.7.0 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/README.md +122 -7
- package/RNSelligent.podspec +2 -1
- package/android/build/generated/source/buildConfig/debug/com/selligent/BuildConfig.java +12 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +9 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +16 -0
- package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +2 -0
- package/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +1 -0
- package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/R.txt +6408 -0
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
- package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +1 -0
- package/android/build/intermediates/incremental/packageDebugResources/merger.xml +2 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/BroadcastDataFactory$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/BroadcastDataFactory.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/BroadcastEventDataParser.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/BroadcastEventType.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/ButtonBroadcastEventDataParser.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/ClearCacheIntervalValue.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/Event.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/EventReceiver.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/EventType.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/GCMTokenBroadcastEventDataParser.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/InAppMessageBroadcastEventDataParser.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/InAppMessageRefreshType.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$3.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$4.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent$5.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligent.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RNSelligentPackage.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/RemoteMessageDisplayType.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/SMEventFactory$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/SMEventFactory.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/SMSettingsFactory.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/selligent/Settings.class +0 -0
- package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +2 -0
- package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +11 -0
- package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +9 -0
- package/android/build/intermediates/navigation_json/debug/navigation.json +1 -0
- package/android/build/intermediates/packaged_manifests/debug/output-metadata.json +16 -0
- package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +4798 -0
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +25 -0
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt +43 -0
- package/android/build.gradle +9 -13
- package/android/libs/sdk-release.aar +0 -0
- package/android/src/main/java/com/selligent/RNSelligent.java +15 -0
- package/android/src/main/java/com/selligent/SMSettingsFactory.java +1 -0
- package/android/src/main/java/com/selligent/Settings.java +9 -0
- package/constants.d.ts +12 -0
- package/constants.js +24 -0
- package/index.d.ts +6 -0
- package/index.js +32 -0
- package/ios/ClientSettings.h +1 -0
- package/ios/ClientSettings.m +2 -0
- package/ios/EnumMapper.h +2 -0
- package/ios/EnumMapper.m +2 -0
- package/ios/LocationAuthorisationStatus.h +6 -0
- package/ios/LocationAuthorisationType.h +4 -0
- package/ios/RNSelligent.m +14 -0
- package/ios/SMManagerSetting+ClientSettings.m +5 -0
- package/ios/include/SMEvent.h +1 -1
- package/ios/include/SMHelper.h +6 -3
- package/ios/include/SMManager+InAppMessage.h +2 -2
- package/ios/include/SMManager+Location.h +41 -0
- package/ios/include/SMManager+UserNotification.h +2 -2
- package/ios/include/SMManager.h +1 -1
- package/ios/include/SMManagerInAppMessageDelegate.h +2 -2
- package/ios/include/SMManagerSetting+Location.h +27 -0
- package/ios/include/SMManagerSetting.h +2 -2
- package/ios/include/SMNSNotification.h +4 -10
- package/ios/include/SMRemoteMessageDisplayType.h +2 -2
- package/ios/libSelligentMobile.a +0 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.8.0] - 18 February 2022
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- Re-add plotProjects dependency for Android in `android/build.gradle`
|
|
7
|
+
- Re-add geolocation native module functions (`enableGeolocation`, `isGeoLocationEnabled`) for Android
|
|
8
|
+
- Re-added geofencing header files for iOS in `ios/include` and module files in `ios/`
|
|
9
|
+
- Re-add plotProjects and geolocation documentation to README
|
|
10
|
+
- Add documentation regarding the Gradle build tool version and Gradle version compatability
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Added version 3.8.1 of the Android SDK to `android/libs`
|
|
14
|
+
- Swap the deprecated maven plugin and its archiving capabilities for the maven-publish plugin in `android/build.gradle`
|
|
15
|
+
- Add version 2.7.2 of the iOS SDK static library to `ios/`
|
|
16
|
+
- Change used native SDK version numbers to `3.8.1` and `2.7.2` for Android and iOS respectively in README
|
|
17
|
+
- Bump the react-native library to `0.67.2` in `package.json`
|
|
18
|
+
- Bump wrapper version to `2.8.0` in `package.json`
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
- Fix typos in README as duly noted in https://github.com/SelligentMarketingCloud/MobileSDK-ReactNative/issues/25
|
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ This module uses the native Selligent SDKs:
|
|
|
13
13
|
|
|
14
14
|
| SDK | Version |
|
|
15
15
|
| ----------------------------------------------------------------------- | ------- |
|
|
16
|
-
| [Android](https://github.com/SelligentMarketingCloud/MobileSDK-Android) | 3.8.
|
|
17
|
-
| [iOS](https://github.com/SelligentMarketingCloud/MobileSDK-iOS) | 2.7.
|
|
16
|
+
| [Android](https://github.com/SelligentMarketingCloud/MobileSDK-Android) | 3.8.1 |
|
|
17
|
+
| [iOS](https://github.com/SelligentMarketingCloud/MobileSDK-iOS) | 2.7.2 |
|
|
18
18
|
|
|
19
19
|
## ToC
|
|
20
20
|
|
|
@@ -57,6 +57,7 @@ This module uses the native Selligent SDKs:
|
|
|
57
57
|
| clientId | string | Yes | Both |
|
|
58
58
|
| privateKey | string | Yes | Both |
|
|
59
59
|
| clearCacheIntervalValue | enum [Selligent.ClearCacheIntervalValue](#selligentclearcacheintervalvalue) | No | Both |
|
|
60
|
+
| configureLocationServices | boolean | No | Both |
|
|
60
61
|
| inAppMessageRefreshType | enum [Selligent.InAppMessageRefreshType](#selligentinappmessagerefreshtype) | No | Both |
|
|
61
62
|
| addInAppMessageFromPushToInAppMessageList | boolean | No | Both |
|
|
62
63
|
| remoteMessageDisplayType | enum [Selligent.RemoteMessagesDisplayType](#selligentremotemessagesdisplaytype) | No | Both |
|
|
@@ -87,13 +88,13 @@ This module uses the native Selligent SDKs:
|
|
|
87
88
|
> maven { url 'https://developer.huawei.com/repo/' }
|
|
88
89
|
> }
|
|
89
90
|
> dependencies {
|
|
90
|
-
> classpath
|
|
91
|
+
> classpath 'com.huawei.agconnect:agcp:1.6.0.300'
|
|
91
92
|
> }
|
|
92
93
|
> }
|
|
93
94
|
>
|
|
94
95
|
> allProjects: {
|
|
95
96
|
> repositories: {
|
|
96
|
-
> maven
|
|
97
|
+
> maven { url 'https://developer.huawei.com/repo/' }
|
|
97
98
|
> }
|
|
98
99
|
> }
|
|
99
100
|
>
|
|
@@ -103,7 +104,7 @@ This module uses the native Selligent SDKs:
|
|
|
103
104
|
>
|
|
104
105
|
> ```gradle
|
|
105
106
|
>
|
|
106
|
-
> apply plugin 'com.huawei.agconnect'
|
|
107
|
+
> apply plugin: 'com.huawei.agconnect'
|
|
107
108
|
>
|
|
108
109
|
> dependencies {
|
|
109
110
|
> api 'com.huawei.hms:base:6.2.0.300'
|
|
@@ -125,13 +126,17 @@ This module uses the native Selligent SDKs:
|
|
|
125
126
|
project(':selligent-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/@selligent-marketing-cloud/selligent-react-native/android')
|
|
126
127
|
```
|
|
127
128
|
|
|
128
|
-
3. Add the following in the `android/build.gradle` file:
|
|
129
|
+
3. Add the following in the `android/build.gradle` file, and make sure the the the Gradle version in `android/gradle/wrapper/gradle-wrapper.properties` is >= 6.7.1:
|
|
129
130
|
|
|
130
131
|
```groovy
|
|
132
|
+
// android/build.gradle
|
|
133
|
+
|
|
131
134
|
buildscript {
|
|
132
135
|
...
|
|
133
136
|
dependencies {
|
|
134
137
|
...
|
|
138
|
+
// Make sure your Gradle plugin version is >= 4.2.0
|
|
139
|
+
classpath("com.android.tools.build:gradle:4.2.0")
|
|
135
140
|
// Add the following:
|
|
136
141
|
classpath 'com.google.gms:google-services:4.3.3'
|
|
137
142
|
}
|
|
@@ -144,10 +149,22 @@ This module uses the native Selligent SDKs:
|
|
|
144
149
|
flatDir {
|
|
145
150
|
dirs "$rootDir/../node_modules/@selligent-marketing-cloud/selligent-react-native/android/libs"
|
|
146
151
|
}
|
|
152
|
+
|
|
153
|
+
// Add the following:
|
|
154
|
+
maven {
|
|
155
|
+
url 'https://maven-repo.plotprojects.com'
|
|
156
|
+
}
|
|
147
157
|
}
|
|
148
158
|
}
|
|
149
159
|
```
|
|
150
160
|
|
|
161
|
+
```groovy
|
|
162
|
+
// android/gradle/wrapper/gradle-wrapper.properties
|
|
163
|
+
...
|
|
164
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
|
|
165
|
+
...
|
|
166
|
+
```
|
|
167
|
+
|
|
151
168
|
4. Add the following in the `android/app/build.gradle` file:
|
|
152
169
|
|
|
153
170
|
```groovy
|
|
@@ -208,13 +225,17 @@ This module uses the native Selligent SDKs:
|
|
|
208
225
|
project(':selligent-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/@selligent-marketing-cloud/selligent-react-native/android')
|
|
209
226
|
```
|
|
210
227
|
|
|
211
|
-
3. Add the following in the `android/build.gradle` file:
|
|
228
|
+
3. Add the following in the `android/build.gradle` file, and make sure the the the Gradle version in `android/gradle/wrapper/gradle-wrapper.properties` is >= 6.7.1:
|
|
212
229
|
|
|
213
230
|
```groovy
|
|
231
|
+
// android/build.gradle
|
|
232
|
+
|
|
214
233
|
buildscript {
|
|
215
234
|
...
|
|
216
235
|
dependencies {
|
|
217
236
|
...
|
|
237
|
+
// Make sure your Gradle plugin version is >= 4.2.0
|
|
238
|
+
classpath("com.android.tools.build:gradle:4.2.0")
|
|
218
239
|
// Add the following:
|
|
219
240
|
classpath 'com.google.gms:google-services:4.3.3'
|
|
220
241
|
}
|
|
@@ -227,10 +248,22 @@ This module uses the native Selligent SDKs:
|
|
|
227
248
|
flatDir {
|
|
228
249
|
dirs "$rootDir/../node_modules/@selligent-marketing-cloud/selligent-react-native/android/libs"
|
|
229
250
|
}
|
|
251
|
+
|
|
252
|
+
// Add the following:
|
|
253
|
+
maven {
|
|
254
|
+
url 'https://maven-repo.plotprojects.com'
|
|
255
|
+
}
|
|
230
256
|
}
|
|
231
257
|
}
|
|
232
258
|
```
|
|
233
259
|
|
|
260
|
+
```groovy
|
|
261
|
+
// android/gradle/wrapper/gradle-wrapper.properties
|
|
262
|
+
...
|
|
263
|
+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
|
|
264
|
+
...
|
|
265
|
+
```
|
|
266
|
+
|
|
234
267
|
4. Add the following in the `android/app/build.gradle` file:
|
|
235
268
|
|
|
236
269
|
```groovy
|
|
@@ -405,6 +438,10 @@ Add the following properties to the `selligent.json` file:
|
|
|
405
438
|
Make sure you add your `appGroupId` to the `selligent.json`.
|
|
406
439
|
> **IMPORTANT!** make sure your `appGroupId` has the following structure or it will not work: `group.{MAIN_APP_BUNDLE_ID}`
|
|
407
440
|
|
|
441
|
+
#### Geolocation
|
|
442
|
+
|
|
443
|
+
For geolocation services, follow section [**Geolocation**](https://github.com/SelligentMarketingCloud/MobileSDK-iOS/tree/master/Documentation#geolocation), of the native documentation. You also need to configure several permissions described [**here**](https://github.com/SelligentMarketingCloud/MobileSDK-iOS/tree/master/Documentation#permission-for-geolocation).
|
|
444
|
+
|
|
408
445
|
#### Deeplinking
|
|
409
446
|
|
|
410
447
|
You can catch the deeplinks 2 ways:
|
|
@@ -533,6 +570,10 @@ You can catch the deeplinks 2 ways:
|
|
|
533
570
|
|
|
534
571
|
- [Selligent.getVersionLib(successCallback)](#selligentgetversionlibsuccesscallback)
|
|
535
572
|
- [getVersionLib example](#getversionlib-example)
|
|
573
|
+
- [Selligent.enableGeolocation(successCallback, errorCallback, enabled)](#selligentenablegeolocationsuccesscallback-errorcallback-enabled)
|
|
574
|
+
- [enableGeolocation example](#enablegeolocation-example)
|
|
575
|
+
- [Selligent.isGeolocationEnabled(successCallback)](#selligentisgeolocationenabledsuccesscallback)
|
|
576
|
+
- [isGeolocationEnabled example](#isgeolocationenabled-example)
|
|
536
577
|
- [Selligent.getDeviceId(successCallback)](#selligentgetdeviceidsuccesscallback)
|
|
537
578
|
- [getDeviceId example](#getdeviceid-example)
|
|
538
579
|
- [Selligent.enableNotifications(successCallback, errorCallback, enabled)](#selligentenablenotificationssuccesscallback-errorcallback-enabled)
|
|
@@ -599,6 +640,8 @@ You can catch the deeplinks 2 ways:
|
|
|
599
640
|
- [SelligentConstants.RemoteMessagesDisplayType](#selligentconstantsremotemessagesdisplaytype)
|
|
600
641
|
- [SelligentConstants.iOSLogLevel](#selligentconstantsiosloglevel)
|
|
601
642
|
- [SelligentConstants.iOSBackgroundFetchResult](#selligentconstantsiosbackgroundfetchresult)
|
|
643
|
+
- [SelligentConstants.iOSLocationAuthorisationStatus](#selligentconstantsioslocationauthorisationstatus)
|
|
644
|
+
- [SelligentConstants.iOSLocationAuthorisationType](#selligentconstantsioslocationauthorisationtype)
|
|
602
645
|
- [SelligentConstants.EventType](#selligentconstantseventtype)
|
|
603
646
|
- [SelligentConstants.iOSNotificationButtonType](#selligentconstantsiosnotificationbuttontype)
|
|
604
647
|
- [SelligentConstants.BroadcastEventType](#selligentconstantsbroadcasteventtype)
|
|
@@ -624,6 +667,50 @@ Selligent.getVersionLib((versionLib) => {
|
|
|
624
667
|
<b><a href="#api-reference">back to API ToC</a></b>
|
|
625
668
|
</div>
|
|
626
669
|
|
|
670
|
+
#### Selligent.enableGeolocation(successCallback, errorCallback, enabled)
|
|
671
|
+
|
|
672
|
+
Enable or disable geolocation services.
|
|
673
|
+
|
|
674
|
+
The `enabled` parameter is a required boolean to enable or disable geolocation services.
|
|
675
|
+
|
|
676
|
+
##### enableGeolocation example
|
|
677
|
+
|
|
678
|
+
```javascript
|
|
679
|
+
Selligent.enableGeolocation(
|
|
680
|
+
(response) => { // success callback
|
|
681
|
+
...
|
|
682
|
+
},
|
|
683
|
+
(error) => { // error callback
|
|
684
|
+
...
|
|
685
|
+
},
|
|
686
|
+
true
|
|
687
|
+
);
|
|
688
|
+
```
|
|
689
|
+
|
|
690
|
+
<div align="right">
|
|
691
|
+
<b><a href="#api-reference">back to API ToC</a></b>
|
|
692
|
+
</div>
|
|
693
|
+
|
|
694
|
+
#### Selligent.isGeolocationEnabled(successCallback)
|
|
695
|
+
|
|
696
|
+
Check if geolocation services are enabled or disabled.
|
|
697
|
+
|
|
698
|
+
The response of the success callback is a boolean stating geolocation services are enabled or disabled.
|
|
699
|
+
|
|
700
|
+
##### isGeolocationEnabled example
|
|
701
|
+
|
|
702
|
+
```javascript
|
|
703
|
+
Selligent.isGeolocationEnabled(
|
|
704
|
+
(response) => { // success callback
|
|
705
|
+
...
|
|
706
|
+
}
|
|
707
|
+
);
|
|
708
|
+
```
|
|
709
|
+
|
|
710
|
+
<div align="right">
|
|
711
|
+
<b><a href="#api-reference">back to API ToC</a></b>
|
|
712
|
+
</div>
|
|
713
|
+
|
|
627
714
|
#### Selligent.getDeviceId(successCallback)
|
|
628
715
|
|
|
629
716
|
Returns the device id.
|
|
@@ -1491,6 +1578,34 @@ Description of the possible results of a background fetch on iOS.
|
|
|
1491
1578
|
<b><a href="#api-reference">back to API ToC</a></b>
|
|
1492
1579
|
</div>
|
|
1493
1580
|
|
|
1581
|
+
#### SelligentConstants.iOSLocationAuthorisationStatus
|
|
1582
|
+
|
|
1583
|
+
Description of the possible status of use of location services on a device.
|
|
1584
|
+
|
|
1585
|
+
| Name | Type | Value | Description |
|
|
1586
|
+
| -------------- | ------ | ----- | ----------------------------------------------- |
|
|
1587
|
+
| UNKNOWN | number | 70 | Status of use of location services is unknown |
|
|
1588
|
+
| REFUSED | number | 71 | Use of location services is refused |
|
|
1589
|
+
| GRANTED_IN_USE | number | 72 | Use of location services is granted when in use |
|
|
1590
|
+
| GRANTED_ALWAYS | number | 72 | Use of location services is always granted |
|
|
1591
|
+
|
|
1592
|
+
<div align="right">
|
|
1593
|
+
<b><a href="#api-reference">back to API ToC</a></b>
|
|
1594
|
+
</div>
|
|
1595
|
+
|
|
1596
|
+
#### SelligentConstants.iOSLocationAuthorisationType
|
|
1597
|
+
|
|
1598
|
+
Defines the level of request for the authorisation of usage of location services on a device.
|
|
1599
|
+
|
|
1600
|
+
| Name | Type | Value | Description |
|
|
1601
|
+
| ------ | ------ | ----- | --------------------------------------------------------- |
|
|
1602
|
+
| IN_USE | number | 80 | Request authorisation when location services are in use |
|
|
1603
|
+
| ALWAYS | number | 81 | Always request the authorisation of the location services |
|
|
1604
|
+
|
|
1605
|
+
<div align="right">
|
|
1606
|
+
<b><a href="#api-reference">back to API ToC</a></b>
|
|
1607
|
+
</div>
|
|
1608
|
+
|
|
1494
1609
|
#### SelligentConstants.EventType
|
|
1495
1610
|
|
|
1496
1611
|
Defines the type of an event.
|
package/RNSelligent.podspec
CHANGED
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
|
|
|
12
12
|
DESC
|
|
13
13
|
s.homepage = "https://github.com/SelligentMarketingCloud/MobileSDK-ReactNative"
|
|
14
14
|
s.license = "MIT"
|
|
15
|
-
s.platform = :ios, "
|
|
15
|
+
s.platform = :ios, "10.0"
|
|
16
16
|
s.source = { :git => "https://github.com/SelligentMarketingCloud/MobileSDK-ReactNative.git", :tag => "#{s.version}" }
|
|
17
17
|
|
|
18
18
|
s.source_files = "ios/**/*.{h,m}"
|
|
@@ -22,6 +22,7 @@ Pod::Spec.new do |s|
|
|
|
22
22
|
s.libraries = "SelligentMobile"
|
|
23
23
|
|
|
24
24
|
s.dependency "React"
|
|
25
|
+
s.dependency "PlotPlugin"
|
|
25
26
|
end
|
|
26
27
|
|
|
27
28
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Automatically generated file. DO NOT MODIFY
|
|
3
|
+
*/
|
|
4
|
+
package com.selligent;
|
|
5
|
+
|
|
6
|
+
public final class BuildConfig {
|
|
7
|
+
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
|
8
|
+
public static final String LIBRARY_PACKAGE_NAME = "com.selligent";
|
|
9
|
+
public static final String BUILD_TYPE = "debug";
|
|
10
|
+
// Selligent settings
|
|
11
|
+
public static final String SELLIGENT_SETTINGS = "{\"url\":\"https://mobile.emsecure.net/mobilepush/api/\",\"clientId\":\"4acaf646-ef68-4b78-9a30-8412d3007cba\",\"privateKey\":\"TzYgBoYF+I1fZ+1Tapdpz+XQXKyLUZocDzmWV1kBYHKIQ8WWWXL61/m7FWo8mY6hSrAMVUoH1EaViq7+dgQ9Jg==\",\"fullyQualifiedNotificationActivityClassName\":\"com.selligentdevapprn.MainActivity\",\"inAppMessageRefreshType\":11,\"configureLocationServices\":true,\"notificationSmallIcon\":\"ic_notification\",\"notificationLargeIcon\":\"ic_notification\",\"notificationIconColor\":\"#FF0000\",\"appGroupId\":\"group.be.appfoundry.selligent.reactnative.development.app\"}";
|
|
12
|
+
}
|
package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 2,
|
|
3
|
+
"artifactType": {
|
|
4
|
+
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
|
|
5
|
+
"kind": "Directory"
|
|
6
|
+
},
|
|
7
|
+
"applicationId": "com.selligent",
|
|
8
|
+
"variantName": "debug",
|
|
9
|
+
"elements": [
|
|
10
|
+
{
|
|
11
|
+
"type": "SINGLE",
|
|
12
|
+
"filters": [],
|
|
13
|
+
"outputFile": "AndroidManifest.xml"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
Binary file
|