Splunk MINT SDK for iOS (Legacy)

Splunk MINT SDK for iOS Developer Guide

Splunk MINT is no longer available for purchase as of January 29, 2021. Customers who have already been paying to ingest and process MINT data in Splunk Enterprise will continue to receive support until December 31, 2021, which is End of Life for all MINT products: App, Web Service (Management Console), SDK and Add-On.
This documentation does not apply to the most recent version of Splunk MINT SDK for iOS (Legacy). For documentation on the most recent version, go to the latest release.

Changelog

Download

Version 4.1.0

New features

Changes

The following signatures have changed to accept new parameters for adding extra data to events:

  • logEventAsyncWithName:(NSString)name
       logLevel:(MintLogLevel)logLevel
       extraDataKey: (NSString)key
       extraDataValue: (NSString*)value
       andCompletionBlock:(LogResultBlock)completed;
  • logEventAsyncWithName:(NSString*)name
       logLevel:(MintLogLevel)logLevel
       limitedExtraDataList: (LimitedExtraDataList*)extraDataList
       andCompletionBlock:(LogResultBlock)completed;
  • logEventAsyncWithTag: (NSString*)tag
       extraDataKey: (NSString*)key
       extraDataValue: (NSString*)value
       completionBlock: (LogResultBlock)completed;
  • logEventAsyncWithTag: (NSString*)tag
       limitedExtraDataList: (LimitedExtraDataList*)extraDataList
       completionBlock: (LogResultBlock)completed;


The following signatures have changed to accept new parameters for adding extra data to transactions:

  • transactionStart:(NSString*)transactionName
       extraDataKey: (NSString*)key
       extraDataValue: (NSString*)value
       andResultBlock:(TransactionStartResultBlock)resultBlock;
  • transactionStart:(NSString*)transactionName
       limitedExtraDataList: (LimitedExtraDataList*)extraDataList
       andResultBlock:(TransactionStartResultBlock)resultBlock;
  • transactionStop:(NSString*)transactionName
       extraDataKey: (NSString*)key
       extraDataValue: (NSString*)value
       andResultBlock:(TransactionStopResultBlock)resultBlock;
  • transactionStop:(NSString*)transactionName
       limitedExtraDataList: (LimitedExtraDataList*)extraDataList
       andResultBlock:(TransactionStopResultBlock)resultBlock;
  • transactionCancel:(NSString*)transactionName
       extraDataKey: (NSString*)key
       extraDataValue: (NSString*)value
       reason:(NSString*)aReason
       andResultBlock:(TransactionStopResultBlock)resultBlock;
  • transactionCancel:(NSString*)transactionName
       limitedExtraDataList: (LimitedExtraDataList*)extraDataList
       reason:(NSString*)aReason
       andResultBlock:(TransactionStopResultBlock)resultBlock;

Fixes

  • Fixed an issue where crashes still showed for new versions of an app.
Last modified on 05 August, 2015
API Reference   Known issues

This documentation applies to the following versions of Splunk MINT SDK for iOS (Legacy): 4.1.x


Was this topic useful?







You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters