Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Home › Forums › Ask the Flomies › How to get ACR35 working with new XCODE
Hello everyone!
We started developing iOS-application for the following card readers: ACR31, ACR32 & ACR35. There was a test application — https://itunes.apple.com/us/app/acs-mobilemate/id902931647?mt=8, but it was developed almost 3 years ago.
We are trying now to use some SDK (both http://www.acs.com.hk/download-driver-unified/6935/ACR3x-EVK-iOS-1.00.zip or https://github.com/flomio/flomio_ios) in new XCODE in order for it to work with devices working on iOS10.
However, we get the following results:
XCODE ver. 7.3.1 — the project with that SDK works
XCODE ver. 8.2.1 (actual) — the project crashes.
Is there some new SDK for these readers, or maybe some specific workaround for them to work with modern XCODE?
Thanks everyone!
Hi Igor,
You may need to add NsMicrophoneUsageDescription with a string describing why the app needs to use the microphone to you info.plist. Let me know if this works.
Kind regards,
Scott
Hi Scott
I’ll continue Igor discussion
No, it doesn’t help. Immediately after start there is a black screen and error:
process launch failed: failed to get the task for process 428
Scott
I found solution – it is known mistake with provisioning profile
Thanks!
You must be logged in to reply to this topic.