Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-11-16 15:12:57 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04d45c12c3378e3e584e70425a6cf76f8856f4a0
04d45c12
1 parent
a25e2868
fix db crash
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.m
SwiftWarplyFramework/SwiftWarplyFramework/Warply/Warply.m
View file @
04d45c1
...
...
@@ -4584,6 +4584,9 @@ CGFloat DistanceBetweenTwoPoints(CGPoint point1,CGPoint point2)
_httpClient
.
requestSerializer
=
[
AFJSONRequestSerializer
serializer
];
[
_httpClient
.
requestSerializer
setTimeoutInterval
:
30
];
[
self
createDBIfNeeded
];
[
self
initDBIfNeeded
];
[
self
restore
];
//Set HTTP Headers
time_t
timestamp
=
(
time_t
)
[[
NSDate
date
]
timeIntervalSince1970
];
// NSString *accessToken = [NSString alloc];
...
...
@@ -4740,6 +4743,9 @@ CGFloat DistanceBetweenTwoPoints(CGPoint point1,CGPoint point2)
_httpClient
.
requestSerializer
=
[
AFJSONRequestSerializer
serializer
];
[
_httpClient
.
requestSerializer
setTimeoutInterval
:
30
];
[
self
createDBIfNeeded
];
[
self
initDBIfNeeded
];
[
self
restore
];
//Set HTTP Headers
time_t
timestamp
=
(
time_t
)
[[
NSDate
date
]
timeIntervalSince1970
];
// NSString *accessToken = [NSString alloc];
...
...
Please
register
or
login
to post a comment