[TIMOB-25664] Hyperloop: iOS - Be able to use CoreFoundation types (e.g. CFString, CFNumber)
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | High |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Hyperloop, iOS |
| Labels | n/a |
| Reporter | Hans Knöchel |
| Assignee | Jan Vennemann |
| Created | 2018-01-11T15:40:28.000+0000 |
| Updated | 2018-01-11T15:41:42.000+0000 |
Description
We recently handled TIMOB-25659 which was about a crash occurring when using the UTI types from the
MobileServices framework. The fix was to use the raw-values instead, but ideally we should be able to handle them internally already, so there is less developer confusion about its usage.
No comments