QR Fallback
HYPR SDK for iOS
To enable the Enter Code Manually button on the Scan QR Code screen, call the following method:
// method
+(void)setManualActivationCodeEnabled:(BOOL)enabled;
// usage example
HYPRUserAgent.setManualActivationCodeEnabled(true)
New functionality and events mean new errors:
- 101089:
HYPRErrorUserAgentManualCodeEntryFailed
Updated 22 days ago