ADVERTISEMENT

DigiPlus expanding to South Africa after Brazil

Published Jul 25, 2025 03:28 pm
While facing regulatory challenges in the local market, online gaming firm DigiPlus Interactive Corp. assured investors that “the best years are yet to come” as it announced that it is expanding into South Africa after Brazil.
During the firm’s annual stockholders’ meeting, DigiPlus Chairman Eusebio Tanco said this marks the next phase of the company’s international growth strategy.
“We're finally finalizing our license application with the Western Cape Gambling and Racing Board (WCGRB), where the majority of the global and local operators are licensed.
“The process is very, very rigorous, involving deep probity checks and tech platform reviews. But that's exactly what we want because that's exactly what we're good at—a market that values credibility and sustainability,” he noted.
Tanco said, “This will mark our third major market after the Philippines and Brazil, and we're approaching it with careful, careful strategy. South Africa is just the beginning. To everyone who has been with DigiPlus from the start, I say this, thank you, the best years is yet to come.”
He pointed out that most firms listed at the Philippine Stock Exchange (PSE) are engaged mainly in the domestic market and DigiPlus will be one of few firms that will venture out of the Philippine market.
DigiPlus said its expansion positions the company to enter Africa’s most mature and rapidly growing online gambling market, where digital sports betting already accounts for nearly half of total gaming revenues.
The company is preparing to file its license applications with WCGRB, the preferred jurisdiction for local and global operators due to its transparent regulatory processes and digital readiness.
DigiPlus said it will be applying for three licenses: a national manufacturer license, bookmaker license, and bookmaker premises license. Key employee licenses will also be secured to support operational leadership.
“We are thrilled to take this next bold step in our international journey. South Africa is not just the largest online gaming market in Africa; it’s a gateway to the continent’s digital future.
“As we expand from Southeast Asia to Latin America and now Africa, we remain committed to responsible innovation, local compliance, and developing products that connect deeply with culture and community,” said Tanco.
The licensing process in South Africa begins with intensive probity checks for both the company and its ultimate beneficial owners (UBOs).
Once completed, applications will be submitted for board review and final platform testing. The processing requires a minimum of six months from the time of filing.
The company is establishing a local legal entity in South Africa, in line with licensing requirements that allow foreign ownership and directorship.
The South African online betting industry, valued at over $1.6 billion in 2023 and 2024, continues to grow and projected by up to five percent annually, driven by rising mobile use, a digitally engaged population, and robust demand for live sports betting.
South Africa’s online gambling sector is widely regarded as Africa’s flagship market, offering a scalable, regulated environment for forward-looking operators.
The introduction of the Remote Gambling Bill further signals the African country’s intent to legalize more online gambling formats, including casinos, paving the way for long-term growth.
DigiPlus’ entry into South Africa follows the company’s recent announcement of its upcoming Brazil launch in September 2025, as part of its global vision to become a major player in digital entertainment across emerging markets (EMs).

Related Tags

Digiplus Interactive Corporation Eusebio Tanco
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.