Skip to main content
Smurfs Magic Match
Toggle navigation menu
Garden City Games
Community
Submit a request
Sign in
Smurfs Magic Match
FAQs
Search
FAQs
FAQs Technical
The game is crashing, freezing, or won't load properly on my device.
The game is asking me to update to the latest version, but I cannot find the update in my App Store or Google Play.
I am seeing a generic "Connection Failed" or "Internet Error" message, but my connection is working fine for other apps.
The game is reporting "Low Memory" or is unplayable because my device is running out of memory.
I am receiving a Server/Data Loading Error like "SystemLoader" or "PlayFabDataLoader" when starting the game or loading data.
FAQs Purchase Issue
I made a purchase (e.g., Bundles, resources, coins, boosters) but did not receive them.
I made a purchase and wanted a refund or made an accidental purchase/duplicate charges.
FAQs Game Issue
How can I report a player who might be cheating, or report a severe exploit/bug?
I have earned stars/currency/rewards, but the game is not letting me use them or they are not appearing.
I lost my rewards/progress in the Challenge or daily goals after a crash or disconnection.
I am stuck on a specific level or feel the difficulty spike is too extreme.
FAQs Account Issue
I am having trouble logging in or linking my account using a third-party service like Facebook or Apple/Google ID.
How do I request to delete my account and game data or start a new game from scratch?
How do I recover my progress or restore my old village/account after reinstalling the game or getting a new device?
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<%= block.name %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>