@seanoshea After successfully cloning the CocoaPod (thank you for fixing that) I found that I am unable to log in. The log message does not provide an error.
2015-03-20 15:20:37.081 RisingBetObjC[27020:1329145] There was an error while logging in (null) (null)
I added another NSLog to try to capture some more info.
2015-03-20 15:20:37.080 RisingBetObjC[27020:1329145] ssokey: (null), NSError: (null), BNGError: (null)
That seems to suggest that the ssoKey is not being generated/passed on.
For reference, my setup looks like this:
NSString *appKey = @"E33v9H5bQlILMvtN";
NSString *scheme = @"https";
NSString *product = @"E33v9H5bQlILMvtN";
NSString *username = @"Real_Username_Removed";
NSString *password = @"Real_Password_Removed";
The appKey has been whitelisted and my client is enrolled in the vendor program.
Any help would be greatly appreciated.
@seanoshea After successfully cloning the CocoaPod (thank you for fixing that) I found that I am unable to log in. The log message does not provide an error.
I added another NSLog to try to capture some more info.
That seems to suggest that the ssoKey is not being generated/passed on.
For reference, my setup looks like this:
The appKey has been whitelisted and my client is enrolled in the vendor program.
Any help would be greatly appreciated.