Changes for page Android SDK integration
Last modified by Developer on 2021/05/06 15:14
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -30,7 +30,7 @@ 30 30 31 31 == Step 2 == 32 32 33 -Then add the implementation dependency to your module build.gradle file (latest repositoryversion is 1.0.18, you can fin it [[here>>https://repository.spicymobile.pl/#browse/pl.spicymobile.mobigate.sdk]]):33 +Then add the implementation dependency to your module build.gradle file (latest version is 1.0.18, you can fin the repository [[here>>https://repository.spicymobile.pl/#browse/pl.spicymobile.mobigate.sdk]]): 34 34 35 35 {{code language="groovy"}} 36 36 dependencies { ... ... @@ -39,6 +39,12 @@ 39 39 } 40 40 {{/code}} 41 41 42 + 43 + 44 +== WorkManager known issues == 45 + 46 +In order to minimise any possibility of impacting behavior of your application Mobigate SDK does the majority of its work in a second process. There are some known issuse (described [[here>>https://issuetracker.google.com/issues/160625831]]) regarding performance of WorkManager in context of multiprocess applications. In ofred to avoid those issues please use androidx.work:work-multiprocess:2.5.0 or higher as your WorkManager dependency. 47 + 42 42 = 3. SDK Initialization = 43 43 44 44 In order to obtain "API_KEY", contact us by going to the "Contact" tab.