Skip to content

saturngod/SGTLVDecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

EMV TLV decoder for iOS. Base on https://github.com/unwiredbrain/php-emv.

Import SGTLVDecode folder into your project.

#import "SGTLVDecode.h"

//some of your code
//usage it

NSDictionary *value = [SGTLVDecode decodeWithString:@"Your TLV String"];

NSLog(@"TLV %@",value);

About

EMV TLV Decoder. Port to Objective-C From PHP. Original code is https://github.com/unwiredbrain/php-emv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published