iZettle / sdk-ios

Add card payments from Zettle to your own app
https://developer.zettle.com/docs/ios-sdk
Other
82 stars 38 forks source link

Thread 1: EXC_BREAKPOINT (code=EXC_I386_BPT, subcode=0x0) #338

Closed sanchyanchakraborty closed 2 years ago

sanchyanchakraborty commented 3 years ago

Hi,

New iZettle SDK works perfect with ios 14 Devices. But when I start my app in below ios 14 Devices, I tried on ios 13 & ios 12 Devices In appDelegate didFinishLaunchingWithOptions method iZettle Provider Code is throwing this error and stops.

Thread 1: EXC_BREAKPOINT (code=EXC_I386_BPT, subcode=0x0) I used this code, and it's working perfect on ios 14 Devices.

id<iZettleSDKAuthorizationProvider> authorizationProvider = [self makeAuthorizationProvider];
        [[iZettleSDK shared] startWithAuthorizationProvider:authorizationProvider];

Screenshot 2021-03-28 at 10 14 36 AM

valkovsky commented 3 years ago

Hi,

We've checked the new version 3.1 on different devices including iOS 12 and iOS 13 and we didn't encounter any issues. Could you please provide a sample Xcode project that reproduces the issue you have?

valkovsky commented 3 years ago

Also are you using simulators or real devices?

avalkovskii-pp commented 2 years ago

Hey! This issue is fixed by https://github.com/iZettle/sdk-ios/releases/tag/3.3.1.