paypal / paypal-here-sdk-android-distribution

Add credit card (swipe & key-in) capabilities to your Android app
Other
83 stars 95 forks source link

Debug mode works but release does not! #184

Open DowsingUK opened 4 years ago

DowsingUK commented 4 years ago

I've been using Debug mode for a while for testing now that everything runs pretty well I'm trying to go live and I follow all the instructions: changed apis to live not sandbox, activate my Paypal business account, create a rest live app and send the email to scopes activation change client id and secret in the server, set my account to received payments and everything seems to be correct but know every time I attempt to make a real payment the Miura device keeps declining the payment and the only error I've got is this:

StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted

I'm not sure if it has something to do with GPS but my other apps work correct GoogleMaps, Waze...

Can you please help me here, thank you

ppmtscory commented 4 years ago

That doesn't seem to be an error generated from the PPH SDK at all. Can you check logcat for any SDK errors or what's the error object that's returned to your completionHandler?

DowsingUK commented 4 years ago

Not a single error beside that one, it keeps failing

ppmtscory commented 4 years ago

Unfortunately, I don't think I can be of much help here since it's not an error being thrown from the PPH SDK. Release version is working within our Sample App, as is, so there must be something else within your integration that's causing a conflict.

DowsingUK commented 4 years ago

I think is something wrong with my Paypal account some configuration I've been trying everything, if it's working well in debug mode shouldn't it work well in production mode aswell?