TIXNGO SDK Release Notes
Version 3.2515.1+1
🐞 Bug Fixes
Resolved issues related to ticket transfer errors in certain edge cases. This fix is provided for the users of 3.2515.1 version. The users of 3.2515.2 version should use version 4.2524.1 which have the same fix integrated along with other bug fixes and feature improvements.
Transfer Flow Conflict with Past Tickets
Root Cause: The SDK was using the same local storage table for TicketPreview of both Transfers and Past Tickets. In rare cases this caused conflicts when retrieving past tickets and pending transfers and then removing a ticket preview as part of the transfer process.
Solution: Introduced a separate local storage table for Past Tickets to avoid conflicts with TicketPreview used in transfers.
Version 4.2524.1
🎉 Ticket V4 Ready!
We are thrilled to announce the release of our new SDK, which is filled with powerful enhancements that set the stage for the next generation of mobile ticketing!
🚀 What’s New
✅ Support for Ticket V4 Capability
Ticket V4 is now fully integrated into the SDK, unlocking new opportunities for organizers and significantly improving the platform experience:
Enhanced ticket lifecycle management
Improved scalability and performance
Reduced back-office complexity and onboarding friction
Simplified S-360 interface and faster admin operations
Reinforced platform security
Streamlined settings and legacy features
WYSIWYG configuration options for organizers
Foundation for faster, more relevant feature development
Full details available here: Introduction to TIXNGO V4
✨ New Ticket Layouts
We are excited to unveil two modern ticket layouts that enhance the fan experience:
CURIOSITY Layout – A sleek, premium design tailored for general events. Visually appealing and customizable for a variety of applications.
For full details on the CURIOSITY layout, click here: V4 Ticket Layout > Curiosity
MATCH Layout – Specifically designed for sports clubs and federations. Perfect for events featuring competing teams, with a dynamic team display and a clear, bold design.
For complete details on the MATCH layout, click here: Event semantics - Match
Important Note
The migration from Ticket V3 to Ticket V4 is managed on the backend side. Please reach out to our Support Team for assistance with planning or activating the migration.
🐞 Bug Fixes
Resolved issues related to ticket transfer errors in certain edge cases
Fixed a bug that caused random user logouts and the need for manual activation in specific scenarios due to duplicate UpdateToken call
Duplicate Token Update Calls
Root Cause: In the previous SDK version, when the app was opened with an expired token, it triggered the updateToken
call twice—once from a background API call and once via the token expired delegate. This resulted in an error where the service (including activation) stopped and did not resume after obtaining a new token.
Solution: Prevent duplicate generateToken
calls within the SDK.
2. Transfer Flow Conflict with Past Tickets
Root Cause: The SDK was using the same local storage table for TicketPreview of both Transfers and Past Tickets. In rare cases this caused conflicts when retrieving past tickets and pending transfers and then removing a ticket preview as part of the transfer process.
Solution: Introduced a separate local storage table for Past Tickets to avoid conflicts with TicketPreview used in transfers.
Version 4.2524.2
🚀 What’s New
✅ Support for Swift Package for iOS
✅ Tixngo SDK - Rename and Podfile Update
Renamed SDK from
SDK
toTixngo
.
➔ Host apps must nowimport Tixngo
instead ofimport sdk
.
Podfile integration updated:
➔ You must update yourPodfile
to use the new pod names:pod 'sdk', :git => 'https://github.com/tixngo-mobile-github/tixngo_sdk_ios.git', :tag => '4.2524.2' pod 'sdk-debug', :git => 'https://github.com/tixngo-mobile-github/tixngo_sdk_ios.git', :tag => '4.2524.2', :configurations => ['Debug'] pod 'sdk-release', :git => 'https://github.com/tixngo-mobile-github/tixngo_sdk_ios.git', :tag => '4.2524.2', :configurations => ['Release']
to
pod 'Tixngo', :git => 'https://github.com/tixngo-mobile-github/tixngo_sdk_ios.git', :tag => '4.2524.2' pod 'Tixngo-debug', :git => 'https://github.com/tixngo-mobile-github/tixngo_sdk_ios.git', :tag => '4.2524.2', :configurations => ['Debug'] pod 'Tixngo-release', :git => 'https://github.com/tixngo-mobile-github/tixngo_sdk_ios.git', :tag => '4.2524.2', :configurations => ['Release']
Important Note
We’re only support SPM from this version.
© TIXNGO 2023 - Login