Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 05:13
· 116 commits to main since this release
a5a8747

Includes

  • Templated User Data License Agreement (UDLA)
  • Supports iOS simulator
  • UI fixes for Vue 2

See all: tiki-deprecated/apps#12

API Changes

TikiOptions has a new field company which is used to populate the UDLA template with the app-specific information.

Example:

Vue.use(Tiki, {
   company: {
     name: "Company Inc.",
     jurisdiction: "Tennessee, USA",
     privacy: "https://your-co.com/privacy",
     terms: "https://your-co.com/terms",
   },
   key: {
     publishingId: "YOUR TIKI PUBLISHING ID",
     android: "YOUR MICROBLINK ANDROID LICENSE KEY",
     ios: "YOUR MICROBLINK IOS LICENSE KEY",
     product: "YOUR MICROBLINK PRODUCT INTELLIGENCE KEY",
   },
   callback: (_total: number): number | undefined => undefined,
 })

API Reference: https://receipt-capacitor.mytiki.com