You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Android/ADS/README
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,11 @@ Please read the documentation for setting up the sample app to run.
4
4
5
5
1. Need access to ATT developer site and download the sdk zip files from there.
6
6
2. Register an application in the developer site and the access and secret key will be generated and that needs to be added to the Sample apps.
7
+
8
+
Beta Library Version Contains the following Changes:
9
+
10
+
1. JSON Exception Error(Auth API Spike violation issue handled properly).
11
+
2. Key Decryption Issue Fix(Now the library can run on 4.2 and above device also).
12
+
3. ADS setReloadPeriod is defaulted to Minimum of 30 seconds(if the application tries to set the reload period less than 30 seconds SDK will override that to 30 seconds).
13
+
4. ADS cropped issue(In the application while setting the SetlayoutParams(), use the pixels instead of dp value, i.e px = dp*(dpi/160) or specify the height to webview in dp+(dp/2)).
0 commit comments