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

Releases: tiki-deprecated/apps-receipt-capacitor

0.5.5

01 Dec 18:09
393c3e5
Compare
Choose a tag to compare

Adds an optional callback for the application to capture the raw receipt data published to TIKI.

What's Changed

  • Rename callback to onWithdrawl
  • Adds onReceipt callback

Full Changelog: 0.5.4...0.5.5

Issues Closed

0.5.4

26 Oct 15:39
d81db3b
Compare
Choose a tag to compare
Merge pull request #380 from tiki/release/0.5.4

Release 0.5.4

0.5.3

18 Oct 00:59
d90ff9b
Compare
Choose a tag to compare

Bug fix for iOS where repeated initialization of TikiSdk would fail.

What's Changed

Full Changelog: 0.5.2...0.5.3

Update Podfile in ios/App/Podfile to:

target <TARGET> do
  # ... current pods

  pod 'BlinkReceipt', '~> 1.39'
  pod 'BlinkEReceipt', '~> 2.31'
  pod 'TikiSdkRelease', '3.0.0', :configurations => 'Release'
  pod 'TikiSdkDebug', '3.0.0', :configurations => 'Debug'
end 

0.5.2

16 Oct 22:12
34a28ae
Compare
Choose a tag to compare

Includes

  • Receipt model fixes for cross-compatibility
  • iOS fix for repeat initialization
  • UI bug fixes and improvements

See all: tiki-deprecated/apps#13

Setup Changes

iOS

Update your Podfile (ios/app/Podfile) to the new TikiSdk dependency

target <TARGET> do
  # ... current pods

  pod 'BlinkReceipt', '~> 1.39'
  pod 'BlinkEReceipt', '~> 2.31'
  pod 'TikiSdkRelease', '~> 2.1.10'
  pod 'TikiSdkDebug', '~> 2.1.10'
end

API Changes

  1. TikiOptions.callback is now optional

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

0.5.1

11 Oct 05:13
a5a8747
Compare
Choose a tag to compare

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

0.5.0

10 Oct 20:10
81d82d0
Compare
Choose a tag to compare

iOS/Android native bug fixes

  • Updates @mytiki/tiki-sdk-capacitor to 0.3.4
  • Updates @mytiki/capture-receipt-capacitor to 0.7.1

All issues: tiki-deprecated/apps#11


To install for Vue 3:

npm i @mytiki/receipt-capacitor @mytiki/tiki-sdk-capacitor @mytiki/capture-receipt-capacitor @capacitor/preferences
npx cap sync

To install for Vue 2:

npm i @mytiki/receipt-capacitor-vue2 @mytiki/tiki-sdk-capacitor @mytiki/capture-receipt-capacitor @capacitor/preferences
npx cap sync

Docs: https://receipt-capacitor.mytiki.com/

0.4.2

07 Oct 00:11
1aa20fe
Compare
Choose a tag to compare

iOS bug fix

Updates Tiki SDK to v2.1.1 resolving Cocoapods related issues.

To install for Vue 3:

npm i @mytiki/receipt-capacitor @mytiki/tiki-sdk-capacitor @mytiki/capture-receipt-capacitor @capacitor/preferences
npx cap sync

To install for Vue 2:

npm i @mytiki/receipt-capacitor-vue2 @mytiki/tiki-sdk-capacitor @mytiki/capture-receipt-capacitor @capacitor/preferences
npx cap sync

Docs: https://receipt-capacitor.mytiki.com/

0.4.1

06 Oct 17:57
f0f68de
Compare
Choose a tag to compare

Vue 2 & iOS

Key Features:

  • Adds iOS compatibility to pilot
  • Bug fixes to improve Android data capture reliability.
  • Vue2 compatibility

Full issues list: tiki-deprecated/apps#9

To install for Vue 3:

npm i @mytiki/receipt-capacitor @mytiki/tiki-sdk-capacitor @mytiki/capture-receipt-capacitor @capacitor/preferences
npx cap sync

To install for Vue 2:

npm i @mytiki/receipt-capacitor-vue2 @mytiki/tiki-sdk-capacitor @mytiki/capture-receipt-capacitor @capacitor/preferences
npx cap sync

Docs: https://receipt-capacitor.mytiki.com/

0.4.0

03 Oct 06:28
77fa3f2
Compare
Choose a tag to compare

Managed Rewards Pilot

The pilot is centered around linking an email account + 1 or more additional retailer accounts to earn consistent passive income monthly guaranteed by Tiki inc.

Key features:

  • gmail linking
  • retailer linking
  • simplified UX.

Full issues list: tiki-deprecated/apps#4

To install:

npm i @mytiki/tiki-receipt-capacitor @mytiki/tiki-sdk-capacitor @mytiki/tiki-capture-receipt-capacitor
npx cap sync

Docs: https://receipt-capacitor.mytiki.com

0.2.1

17 Aug 20:07
b8c2cb1
Compare
Choose a tag to compare
Merge pull request #83 from tiki-bar/release/add-readme

Release: add readme