What's Changed
Fixed crash when only directDownloadList
is provided
In previous versions, the SDK would crash if storeList
was not set, even when directDownloadList
was provided.
This update ensures the SDK works correctly as long as at least one of the two lists (storeList
or directDownloadList
) is provided. A crash will now only occur if both are missing.