GIgya Native Login without using Facebook and Twitter Account
- by Wodjefer
Following code that i am using to login but i am getting a Null response
- (IBAction) signInPressed : (id)sender
{
[super signInPressed:sender];
NSLog(@"ACCLoginViewController_iPhone Sign-IN Pressed");
//Load the Gigya login UI component, passing this View Controller as a delegate.
GSRequest *request = [GSRequest…