Commit Graph

18 Commits

Author SHA1 Message Date
Ruslan Bikkinin
e1cdd90e4e Add double hash checking support for code signing (#1005)
Add double hash checking support for code signing for both android and ios SDK
2017-09-18 13:37:44 +03:00
Ruslan Bikkinin
4ab0e5e9fe Implement code signing for client ios SDK (#974)
* Add JWT Library to ios project

* Add new option PublicKey to Info.plist

* Implement code signing mechanism

Update JWT library to 3.0.0-beta4
Implement signature verification mechanism

* Undo redundant changes

* Minor improvements

* Minor fixes

Add additional checking for specific update situations
Fix bugs
Refactor method names

* Add new dependencies to podspec

* Minor improvements

Fix log messages
2017-09-13 11:28:22 +03:00
dbeard
b9e356846f Fix implicit conversion warning 2016-09-01 11:54:18 -07:00
Geoffrey Goh
cb7480f12f fix main bundle search regression 2016-08-31 16:27:42 -07:00
dbeard
ddfafff5d6 Guard against NSError null pointer dereferences 2016-08-31 12:02:04 -07:00
Rahul Jiresal
66a301474a Ignoring __MACOSX folder too 2016-08-17 16:38:37 -07:00
Rahul Jiresal
146355b5e0 Fix the hash mismatch happening due to .DS_Store file when running on simulator 2016-08-17 15:35:11 -07:00
Geoffrey Goh
c8d53e4755 prepend subdirectory to assets path 2016-07-13 23:04:10 -07:00
Jonathan Carter
fcc05c65f8 Binary hash ios 2016-06-24 14:47:31 -07:00
Jonathan Carter
8945acaa0f Binary hash w/o assets 2016-03-16 21:21:18 -07:00
Jonathan Carter
eee43ecc23 Fix bundle location 2016-03-12 14:56:30 -08:00
Geoffrey Goh
c895b4c058 remove 'get' 2016-02-26 18:44:11 -08:00
Geoffrey Goh
1c74ab3903 add comments and remove native in-mem caching 2016-02-26 11:40:27 -08:00
Geoffrey Goh
c1187dbffb minor tweaks 2016-02-25 16:52:20 -08:00
Geoffrey Goh
525e1601dd feedback 2016-02-25 15:49:57 -08:00
Geoffrey Goh
eb827d6d32 generate binary resources hash 2016-02-24 17:15:58 -08:00
Geoffrey Goh
e8307d6501 verifyHashForZipUpdate -> verifyHashForDiffUpdate 2016-02-19 10:58:04 -08:00
Geoffrey Goh
f590b1c294 feedback 2016-02-18 23:48:14 -08:00