You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using spvsdk on iOS, the app is always crashing when calling GetBalance() if there is no delay before it. The temporary solution is to use [NSThread sleepForTimeInterval: 2] to solve the issue.
When using spvsdk on iOS, the app is always crashing when calling GetBalance() if there is no delay before it. The temporary solution is to use [NSThread sleepForTimeInterval: 2] to solve the issue.