Categories
ios swift

Using SQLite.swift To Save Data

Simple example using SQLite.swift. Follow the link to their git repository for more information and further documentation. I went this route for a current project, mainly to use sqlite. I would normally opt for Realm.io since it now has good swift support. import SQLite // Get document directory path from your phone let path = NSSearchPathForDirectoriesInDomains(.DocumentDirectory, […]

Categories
front-end

CJ Deep Linking with Google Analytics Outbound Link Tracking

One of our projects Hypeguide.com we use commission junction for our affiliate tracking. We also wanted to be able to track these in google analytics. The issue was that CJ dynamically appends data to the outbound url once you click it. In order for GA to be able to intercept that and fire an event we […]