nripendra-pcc

Access Denied MSSDeviceBinding

1 votes

Initially, I was getting this error: "Unable to find registration code in Shared Cache". I tried the solution explained here: https://community.onespan.com/forum/unable-find-registration-code-shared-cache

After following the exact steps, now I'm getting Access Denied MSSDeviceBinding error. I have attached the screenshot.


Approved Answer

Reply to: Access Denied MSSDeviceBinding

0 votes

Got it it is apple's developer account teamId.


Reply to: Access Denied MSSDeviceBinding

0 votes

After a bit of debugging, it seems like I need to set teamId. However, I'm not clear where the teamId comes from?


Reply to: Access Denied MSSDeviceBinding

0 votes

Hi nripendra,

 

Thanks for your post!

This is what I found from the OrchestrationAccessGroup.h file:

/// Creates an instance of <code>OrchestrationAppPrivate</code> model conforming to <code>OrchestrationAccessGroup</code> protocol.
/// \param teamId The key for this value is <em>DEVELOPMENT_TEAM</em>. You can find this value by going to <em>Build Settings > Signing > Development Team</em> (ex: PS861PAMJ9.) You can also find this value by logging into Apple developer website.
///
/// \param bundleId The key for this value is <em>PRODUCT_BUNDLE_IDENTIFIER</em>. You can find this value in the General tap of you App target.
///
- (nonnull instancetype)initWithTeamId:(NSString * _Nonnull)teamId bundleId:(NSString * _Nonnull)bundleId;

 

Let me know if this helps.

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Access Denied MSSDeviceBinding

0 votes

Got it it is apple's developer account teamId....


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off