Reputation: 469
I am using the paypal ios sdk version 2.12.0 and when I am calling the paypal initialization method in appdelegate
[PayPalMobile initializeWithClientIdsForEnvironments:@{PayPalEnvironmentSandbox : @"x"}];
and from appdelegate when I push the loginscreen after some time the app crashed and there is no log also only the execution halts at the CFRealease and when this code is commented the app works fine.
Upvotes: 0
Views: 189
Reputation: 910
use recent library form there
https://github.com/paypal/PayPal-iOS-SDK
Upvotes: 0
Reputation: 1933
Here it is an issue on paypal repository (but for another iOS version) . Try to use 2.12.4 version instead of 2.12.0.
Upvotes: 1