This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
0.5.3
Bug fix for iOS where repeated initialization of TikiSdk would fail.
What's Changed
- fix: background overlay fade in by @MiroBenicio in #338
- fix: bump tikisdk 3.0.0 by @ricardobrg in #340
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