Progressive-Mobile / tinkoff_sdk

Apache License 2.0
2 stars 8 forks source link

in iOS paymentScreen option not showing but in android its working fine #9

Open naveenpardeep opened 8 months ago

seosea0 commented 8 months ago

Hi! Can you describe your problem in more detail?

naveenpardeep commented 8 months ago

@seosea0 in android openPaymentScreen working but in iOS its showing API error

naveenpardeep commented 8 months ago

image

seosea0 commented 8 months ago

@naveenpardeep Do you have any errors in debug console that appear when you try to open the payment form? If yes, please provide us the error that you get.

You can also try following these steps:

  1. Make sure that you use your terminal key and public key from Tinkoff Acquiring correctly (in activate method): For debug terminal key and public key use isDeveloperMode field set to true For production terminal key and public key use isDeveloperMode field set to false
  2. (If you use debug keys) For this step set logging field to true (in activate method). If you do have the error and it's about '403 Forbidden' when trying to make a request to API, please contact your Tinkoff manager and describe your problem. You can read more about this in this issue

If you followed these steps, but the error persist, please let us know here in this issue.

naveenpardeep commented 8 months ago

yeah now service error 403 @seosea0

seosea0 commented 8 months ago

Well then contact Tinkoff support service or your manager. Unfortunately I can't help you with this and your error is not related to the package.