The post Pi Network Users Frustrated Over New Login Rule and App Glitches appeared first on Coinpedia Fintech News
The Pi Network has rolled out a new video-based login protocol for users in China, while global users report issues following the recent 1.41.0 app update. These developments have led to growing concerns about transparency and platform stability.
Pi Network Launches Mandatory Video for Chinese Users
The Pi Core Team has introduced a mandatory video message that plays when users in China log into the app. The video addresses three major concerns in the Chinese Pi community:
Migration Delays: It explains why the transition to mainnet has been slower in China.
Security Threats: It warns users against illegal actions like “swiping numbers.”
Wallet Safety: It advises users to be cautious of scams targeting Pi wallets.
IMPORTANT | China Pioneers @PiCoreTeam officially releases a statement video for the Chinese area When Chinese users open the APP and click to sign in, a video will pop up. Please watch the entire video and then click OK. The video is specifically for Chinese users. It… pic.twitter.com/kDSX4gzoDZ
— The Times of PiNetwork (@PiNetwork24X7) June 13, 2025
No Official Representatives in China
The Pi team clarified that no individual or organization has been authorized to represent Pi Network in China. All official support and updates should be accessed through verified Pi Network channels.
Pi Network App 1.41.0 Triggers Global Technical Issues
Following the May 9 release of version 1.41.0, users around the world have reported multiple problems, including:
Two-factor authentication failures
Missing Pi balances
Reluctance among users to install the new version
The Pi Network has yet to release an official statement addressing these concerns.
Migration Still Stuck at Step 9 for Many Users
A significant number of users report that their migration process is stuck at Step 9, even after completing identity verification and agreeing to lock-up conditions.
At the same time, other users are migrating without issues. This inconsistent experience has raised concerns about the fairness and reliability of the overall migration system.
Pi Coin Market Update
Despite long-term declines, Pi coin has shown minor short-term recovery:
30-day performance: down 33.6%
7-day performance: down 6.7%
24-hour change: up 5.2%
1-hour change: up 0.3%
Current price: $0.5873
Conclusion
The Pi Network community continues to face technical and procedural challenges. With a new login requirement in China and unresolved app-related issues, users are calling for greater clarity and responsiveness from the Pi Core Team.
function subscribed_popupmodal(template_id) { var templateId = ‘6’; getAllSubscriberCategoryList([templateId]); var subcribemodal = window.parent.document.getElementById(‘subscribe-modal-design’); if (subcribemodal) { var modalContent = `
Never Miss a Beat in the Crypto World!
Stay informed and gain the edge you need to navigate the crypto world. Select your subscription now
if (storeCheckedId.length === 0) { var unsubcribedPopUpmodal =
`
You’ve Unsubscribed Successfully
We’re sorry to see you go! Your subscription has been canceled. If you change your mind, you can re-subscribe anytime. Thank you for being part of our community!
Thank you for subscribing to our crypto and blockchain newsletter! You’ll now receive the latest news, insights, and updates straight to your inbox. Welcome to our community!
`;
let selectedSubscriptionsArray = selectedSubscriptionsString.split(‘,’); let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split(‘_’)[0]); let subscribedCategoriesString = subscribedCategories.join(‘, ‘);
subscribedmodal.innerHTML = subscribedPopupModal; if (document.getElementById(‘selectidname’)) { document.getElementById(‘selectidname’).textContent = subscribedCategoriesString; }
function closeModal(template_id) { var modalId = template_id; var modal = document.querySelector(‘#’ + modalId); // Using querySelector to find the modal
// Function to get cookies function getCookie(name) { let value = “; ” + document.cookie; let parts = value.split(“; ” + name + “=”); if (parts.length == 2) return parts.pop().split(“;”).shift(); }
// Get user token from cookies const userToken = getCookie(‘user_token’);
if (subscribewithoutData === ‘true’ && userToken) { // Call the modal function with the category ID subscribed_popupmodal(subscribe_clicked_cat_id);
// Remove the flag and category ID from localStorage localStorage.removeItem(‘subscribe_without_Login’); localStorage.removeItem(‘subscribe_clicked_id’); } });
var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
}
function updateButtonText(anyActive) { var subscribeButtonSpan = document.querySelector(‘.subscribe-submit .changeBtnText’); if (subscribeButtonSpan) { if (anyActive) { subscribeButtonSpan.textContent=”Subscribe Now”; } else { subscribeButtonSpan.textContent=”Unsubscribe”; } } }
function updateSubscriptionButton() { var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
// Update the button text based on whether any list item has the ‘active’ class updateButtonText(anyActive); } document.addEventListener(‘click’, function(event) { var clickedItem = event.target.closest(‘.subscription-options li’); if (clickedItem) { var checkbox = clickedItem.querySelector(‘input[type=”checkbox”]’); if (checkbox) { checkbox.checked = !checkbox.checked; updateSubscriptionButton(); } } });
FAQs
What are the main concerns about Pi Network’s transparency and stability now?
Concerns include migration delays, unresolved app update issues, inconsistent user experiences, and a lack of official statements from the Pi Core Team, leading to growing calls for clarity.