Skip to content

Taplytics Release 1.11.11

Compare
Choose a tag to compare
@VicV VicV released this 28 Oct 19:44
· 210 commits to master since this release
  1. DelayLoad should no longer immediately return during liveUpdate builds.

    delayLoad now waits for a pass/fail on the config request before triggering. Previously, on connected debug builds, it would trigger after visual edits have been applied, even if just from disk.

  2. Track Adobe Analytics trackState calls.

    Previously Taplytics would only track trackAction, but now it also allows for trackState

  3. Added safety around new external integration methods.

    Simple safety checks and catches to ensure no errors showing up. Errors are expected in these integrations and our attempts do deal with them, however they are squelched. This update just ensures that such errors don't reach crashlytics and cause confusion.

  4. Update Taplytics internal Retrofit interceptor.

    Taplytics uses a networkInterceptor to do a simple obfuscation of network traffic through Taplytics (using its own okKttpClient). This may not work depending on the app's okHttp/retrofit versions (older). While not technically an issue, extra safety has been added in this area.