Changes for page Android SDK integration
Last modified by Developer on 2021/05/06 15:14
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. developer1 +xwiki:XWiki.spicyadmin - 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 version is 1.0.18,you canfinthe repository [[here>>https://repository.spicymobile.pl/#browse/pl.spicymobile.mobigate.sdk]]):33 +Then add the implementation dependency to your module build.gradle file (you can check the latest repository version [[here>>https://repository.spicymobile.pl/#browse/pl.spicymobile.mobigate.sdk]]: 34 34 35 35 {{code language="groovy"}} 36 36 dependencies { ... ... @@ -39,10 +39,6 @@ 39 39 } 40 40 {{/code}} 41 41 42 -== WorkManager known issues == 43 - 44 -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 gradle dependency. 45 - 46 46 = 3. SDK Initialization = 47 47 48 48 In order to obtain "API_KEY", contact us by going to the "Contact" tab.