printdotio / printio-ios-sdk

SDK that enables the printing of any photo, from any source, onto any product!
Other
20 stars 11 forks source link

PayPal doesn't let me sign in to pay #461

Closed bryanbarclay7 closed 9 years ago

bryanbarclay7 commented 9 years ago

I added the sdk to my app and I went to pay for an item using PayPal to test and it wouldn't let me sign into my account. It is the latest version of the sdk.

perisicboro commented 9 years ago

@bryanbarclay7 We use PayPal SDK in our SDK, so login in most cases is client's issue. Did you set clientId for PayPal?

https://github.com/printdotio/printio-ios-sdk/blob/master/docs/code_customization.md#--setpaypalstagingclientidproductionclientid

/**
 Set PayPal's client ids, for both modes, staging and production. Default values are
 client ids from PrintIO
 https://developer.paypal.com/developer/applications/create

 @param sClientId Client ID for staging mode
 @param pClientId Client ID for production mode
 */
- (void)setPayPalStagingClientId:(NSString *)sClientId
              productionClientId:(NSString *)pClientId;
bryanbarclay7 commented 9 years ago

I've created the all and I've added the sandbox and live mode. This doesn't seem to resolve the issue It seems as if something is still missing

AustenB commented 9 years ago

Email you initialization code to boro@print.io On Aug 20, 2015 9:53 AM, "bryanbarclay7" notifications@github.com wrote:

I've created the all and I've added the sandbox and live mode. This doesn't seem to resolve the issue It seems as if something is still missing

— Reply to this email directly or view it on GitHub https://github.com/printdotio/printio-ios-sdk/issues/461#issuecomment-133015497 .

AustenB commented 9 years ago

@bryanbarclay7 did you email the init code so we can help you follow up?

bryanbarclay7 commented 9 years ago

Not sure I understand?

Bryan

On Aug 21, 2015, at 10:04 AM, Austen Bernstein notifications@github.com wrote:

@bryanbarclay7 did you email the init code so we can help you follow up?

— Reply to this email directly or view it on GitHub.

perisicboro commented 9 years ago

@bryanbarclay7 Part of code where printIO initialization is, so I can check it.

bryanbarclay7 commented 9 years ago

Removed comment

AustenB commented 9 years ago

@bryanbarclay7 Can you add me on skype to provide additional details. We are here to help. My Skype name is austenbernstein

bryanbarclay7 commented 9 years ago

I've added you and still haven't had a response. Is this going to continue to be an issue or can you please help me get this fixed I'm about to just remove this completely from my app as this is taking a ridiculous amount of time.

AustenB commented 9 years ago

@bryanbarclay7 we're in touch on Skype -> We will help you figure out your issue. It isn't a bug.