Releases: stipop-development/stipop-ios-sdk
Releases · stipop-development/stipop-ios-sdk
v0.9.11
v0.9.11 ( March 18, 2024 )
- Added a new parameter, priceTier, to the executePaymentForPackDownload function
: Each package has an individual price tier value. process your payment based on this tier.
v0.9.10
v0.9.10 ( March 14, 2024 )
- Added PackPurchase feature
: If you want to sell packs, then follow these steps.
1. Set 'Mode/PackPurchase' to true in your Stipop.plist file.
2. Implement the 'executePaymentForPackDownload' method in SPUIDelegate. Upon completion of payment, return the ID of the purchased pack to the completion parameter.
- Resolved StipopButton light issue
: StipopButton's light was not functioning properly starting from iOS 17.0. So, resolved this issue.
- Resolved truncated header title in the store
: The title of the header in the store view was being truncated. This issue has been resolved.
v0.9.9
v0.9.9 ( May 11, 2023 )
-
Set Minimum Deployment Target To 12.0
: Building for deployment to older than iOS 11 is not supported anymore.
-
Resolve duplicated package issue
: Several view's package list showed duplicated items. this issue is resolved.
-
Resolve pickerview update issue
: After downloading the pack, pickerview's package list was not updated. this issue is resolved.
v0.9.8
v0.9.8 ( May 11, 2023 )
- Memory leak issue resolved
: Previously, many views' memories were leaked. and now, this issue is resolved.
v0.9.7
v0.9.7 ( Sep 13, 2022 )
- Developer can set config plist file's name to use: In the development and production environments, commonly different keys are used. So, for convenience, after now, you can set config plist file's name.
v0.9.6
v0.9.6 ( Sep 2, 2022 )
- Show/Hide PickerView's Setting icon and Store icon: You can show/hide PickerView's Setting icon and Store icon in Stipop.plist file.
v0.9.5
v0.9.5 ( Aug 29, 2022 )
- Tracking parameters are added at all APIs: Platform and Version information are added at all APIs.
v0.9.4
v0.9.4 ( Aug 28, 2022 )
- Component's life-cycle listener is featured: Now, you can listen component's life-cycle (SPUIPickerInputView, SPUIPickerCustomView, SPUISearchViewController, SPUIStoreViewController)
v0.9.3
v0.9.3( Aug 19, 2022 )
- Unexpectedly showing PickerView at initiating SearchView issue is resolved: At one of the apps using Stipop, this error is being observed. so, resolved this issue.
v0.9.2
v0.9.2 ( Aug 11, 2022 )
- Infinite tracking request issue is resolved: When userId was not set, we sent request to /sdk/track/config. from this, infinite 401 error occured. So, we moved this request to after userId setting.