ChartBoost / ios-sdk-example

iOS Chartboost SDK example app
6 stars 3 forks source link

Update Example App to work with 9.0.0 (#40) #42

Closed arnaumartifont closed 2 years ago

arnaumartifont commented 2 years ago

Overview Update example app to work with SDK version 9.0.0

Technical Changes Replace CBLocationDefault with empty string Add cache banner button and action Remove Bridging header from Swift project Update Podfiles (Will not work until SDK repo is updated to 9.0.0) Add File.swift to Objective-C project to include swift libraries when building (I had de same problem described in this stackoverflow question and applied the highest scored solution)

Co-authored-by: arnau marti arnau.marti@chartboost.com