Skip to content

Xtify library for iOS application with CocoaPods integration.

License

Notifications You must be signed in to change notification settings

gilad-xtify/XtifyLib

This branch is up to date with sstepashka/XtifyLib:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
sstepashka
Dec 26, 2013
a437353 · Dec 26, 2013

History

31 Commits
Dec 26, 2013
Dec 26, 2013
Dec 25, 2013
Dec 25, 2013
Dec 26, 2013
Dec 26, 2013

Repository files navigation

XtifyLib

Xtify library for iOS application with CocoaPods integration.

Example of usage

Using cocoapods. Podfile:

platform :ios, '6.0'

pod 'XtifyLib'

post_install do |installer|
    config = <<-XTIFYGLOBAL_H
#define xAppKey @"<your app key>"
#define xLocationRequired NO
#define xRunAlsoInBackground FALSE
#define xDesiredLocationAccuracy kCLLocationAccuracyKilometer  // kCLLocationAccuracyBest
#define xBadgeManagerMethod XLInboxManagedMethod
#define xLogging TRUE
#define xMultipleMarkets FALSE
XTIFYGLOBAL_H
    File.open("Pods/XtifyLib/XtifyLib/XtifyGlobal.h", "w") do |file|
      file.puts config
    end
end

About

Xtify library for iOS application with CocoaPods integration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published