telenordigital / connect-ios-sdk

Docs 📒👉
https://telenordigital.github.io/id-docs.telenordigital.com/integrate-ios-sdk.html
Apache License 2.0
9 stars 8 forks source link

Using Int64 instead of NSInteger. #49

Closed jack25apr88 closed 6 years ago

jack25apr88 commented 6 years ago

This fixes crash on 32 bit devices.

NSInteger on 43bit devices such 4s and old ipads is not enough for result of:

NSDate().timeIntervalSince1970 * 1000

jorunfa commented 6 years ago

Perfect - thanks! :tada:👨‍🚒