9 #import <Foundation/Foundation.h> 13 + (NSData *) httpBodyForParams:(NSDictionary *) params;
20 + (NSString *) percentEscapeString:(NSString *) str;
26 + (NSString *) base64Encode:(NSString *) str;
32 + (NSString *) base64Decode:(NSString *) base64EncodedStr;
NSString * vendorDeviceID()
Get the unique device Id. It uses the iOS identifierForVendor This is the same UDID for all apps from...
Definition: MFUtil.m:55
NSString * sdkVersion()
Get the SDK Version String.
Definition: MFUtil.m:60