Leanplum / Leanplum-Android-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
46 stars 40 forks source link

Allow file arguments with URL value #494

Closed hborisoff closed 2 years ago

hborisoff commented 2 years ago
What Where/Who
JIRA Issue SDK-697
People Involved @hborisoff

Reverting #492, the previous fix of SDK-697, because it was working only when preview the message. New code will download file arguments that contain URLs and will save them in the file system using the URL as path, which is not the perfect solution, but it works. This is the same for iOS.