Solved!
Go to solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
August 2017
August 2017
Hi, I use Visa checkout in my application, Everything works fine in sandbox mode. When i connect to production with production key am getting error like
** VisaCheckoutSDK Configuration Error **
Debug mode is not supported for production environments. Visa Checkout will not be able to launch.
And my Visabutton is showing lock icon and disabled, I also tried in Testflight build having same behaviour. Please have a look on my code. Is there any thing i need to do more for getit working.
VisaProfile * profile = [[VisaProfile alloc] initWithEnvironment:VisaEnvironmentProduction apiKey:vcAKey profileName:vcPName]; profile.datalevel = VisaDataLevelFull; profile.displayName = @"Talabat"; [profile acceptedCardBrands: @[@(VisaCardBrandVisa), @(VisaCardBrandMastercard)]]; [VisaCheckoutSDK configureWithProfile:profile result:nil];
Solved! Go to Solution
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
August 2017
August 2017
Re: Getting Error like "Debug mode is not supported for production environments"
Hi Aju,
I'm working on getting a response for you.
Ricardo
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
I'm working on getting a response for you.
Ricardo
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
August 2017
August 2017
Re: Getting Error like "Debug mode is not supported for production environments"
Thank you @ricardo , now working fine.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
August 2017