Skip to content

6.1.1

Compare
Choose a tag to compare
@nikolleto nikolleto released this 25 Jan 12:51
· 75 commits to master since this release

Fixed

  • Rare occasions of java.lang.RuntimeException at com.pushwoosh.inapp.view.RichMediaWebActivity.onCreate method
  • Occasions of java.util.ConcurrentModificationException at com.pushwoosh.internal.utils.JsonUtils.jsonToMap method
  • Warning log "Pushwoosh: Can't get cached resources"

Added

  • Methods to manually update In-Apps
InAppManager.getInstance().reloadInApps()
InAppManager.getInstance().reloadInApps(Callback<Boolean, ReloadInAppsException> callback)