Skip to content

Releases: BitBurst-GmbH/bitlabs-ios-sdk

4.1.1

04 Nov 15:05

Choose a tag to compare

What's Changed

Unity

  • Update Unity's BitLabs class to a modern implementation

Full Changelog: 4.1.0...4.1.1

4.1.0

27 Aug 12:13

Choose a tag to compare

What's Changed

  • Support deep linking to specific offers
        offerwall.openOffer(withId:parent:)
        offerwall.openMagicReceiptsOffer(withId:parent:)
        offerwall.openMagicReceiptsMerchant(withId:parent:)

Full Changelog: 4.0.1...4.1.0

4.0.1

02 Jul 10:55

Choose a tag to compare

What's Changed

  • Add new Podspec for internal usage

Full Changelog: 4.0.0...4.0.1

4.0.0

26 Jun 12:42

Choose a tag to compare

What's Changed

  • Refactor SDK to allow the creating of multiple Offerwall instances.
  • Deprecate old way of initialisation.
  • Remove Alamofire dependency
  • Add package to SPM

New Offerwall usage:

// Create the instance
let offerwall = BitLabs.OFFERWALL.create(token: "APP_TOKEN", uid: "UID")

// Add tags 
offerwall.tags["is_premium"] = true

// Add additional option
offerwall.options["theme"] = "dark"

// Add SurveyRewardHandler, triggered on every reward received from a survey
offerwall.surveyRewardHandler = { reward in
    // implementation
}

// Add OfferwallClosedHandler, triggered when the offerwall is closed
offerwall.offerwallClosedHandler = OnOfferwallClosedListener { totalReward in
    // implementation
}

// Request AdId
offerwall.requestTrackingAuthorization()

// launch the offerwall
offerwall.launch(parent: self)

New API usage

// Configure API
BitLabs.API.configure(token: token, uid: uid)

BitLabs.API.checkSurveys { result in
   // implementation
}

BitLabs.API.getSurveys { result in
   // implementation
}

Full Changelog: 3.2.11...4.0.0

3.2.11

05 Jun 14:01

Choose a tag to compare

What's Changed

  • Migrate Setting to new api request and Widget

Full Changelog: 3.2.10...3.2.11

3.2.10

25 Feb 16:54

Choose a tag to compare

What's Changed

  • feat: lock system to portrait mode in all Offerwall pages

Full Changelog: 3.2.9...3.2.10

3.2.9

26 Jan 14:09

Choose a tag to compare

What's Changed

  • add: improve survey opening mechanism

Full Changelog: 3.2.8...3.2.9

3.2.8

17 Jan 16:40

Choose a tag to compare

What's Changed

  • add: add DSN for sentry Unity

Full Changelog: 3.2.7...3.2.8

3.2.7

15 Jan 15:25

Choose a tag to compare

What's Changed

  • feat: create SentryService for crash reporting

Full Changelog: 3.2.6...3.2.7

3.2.7-beta

09 Jan 15:06

Choose a tag to compare

3.2.7-beta Pre-release
Pre-release

What's Changed

  • feat: create SentryService for crash reporting

Full Changelog: 3.2.6...3.2.7-beta