An iOS SDK for DataSnap.io
- Link DataSnapClient.framework to your project.
#import "DataSnapClient/Client.h"
in your source[DataSnapClient setupWithOrganizationID:@"" APIKey:@"" APISecret:@""]
[[DataSnapClient sharedClient] genericEvent:@{@"key": @"value"}]
[[DataSnapClient sharedClient] locationEvent:(FYXVisit *)visit details:@{@"event_type": @"beacon_arrive"}]
[[DataSnapClient sharedClient] locationEvent:(QLPlaceEvent *)placeEvent details:@{@"name": @"Geofence Event"}]
During developtment, Gimbal's iOS SDK is required with the project structure:
root\
DataSnapClient\
Frameworks\
Common.embeddedframework\
ContextLocation.embeddedframework\
NetworkServices.embeddedframework\
ContextCore.embeddedframework\
ContextProfiling.embeddedframework\
FYX.framework