SBRXCallbackURLKit icon indicating copy to clipboard operation
SBRXCallbackURLKit copied to clipboard

Simple library that makes it easy to add x-callback-url support to your app.

Results 9 SBRXCallbackURLKit issues
Sort by recently updated
recently updated
newest added

__Originally posted by @roberteason500 in https://github.com/Alamofire/Foundation/issues/7__ __Originally posted by @roberteason500 in https://github.com/Alamofire/Foundation/issues/8__

`- (void)callSourceCallbackURLString:(NSString *)URLString parameters:(NSDictionary *)parameters` defined in `SBRCallbackParser.m` doesn't really the call the URL given. It had to be refactored like below for me to work. ``` - (void)callSourceCallbackURLString:(NSString *)URLString...

Allow the calling app to e.g. identify which initial call went wrong by checking the return parameters. Specification says that at least the error code and the description will be...

##### Type of instance Type of `code` property of `NSError` is `NSInteger`. ``` objc @property(readonly) NSInteger code ``` So I changed type `NSUInteger` to `NSInteger`. ##### 64bit support String format...

Hey! Just wanted to fix a little warning which appears when building it for ARM 64.

Hi thank for this awesome library, I'm trying to use it one of my projects, can you please explain to me how can I use this part : // For...