Apollo Group TV

Setup Guide

Installation Tutorial

Our IPTV services can be accessed from a wide range of devices, If you can’t find your device, don’t be concerned. We Support All the devices and all the apps. We will provide assistance to you. Simply

How To Setup IPTV On Fire TV Stick

1: From the home screen of your device, hover over the Find option.

2. Click Search.

3. Search for and select Downloader.

4. Choose the Downloader app.

5. Click Download.

6. Once the app finishes installing click Open.

7. Return to the home screen and open Settings.

8. Click My Fire TV.

9. Choose Developer options.

10. Click Install unknown apps.

11. Find the Downloader app and click it.

12. This will turn Unknown Sources to On for the Downloader app. This will enable side-loading on your device.

13. Launch Downloader.

14. Click Allow.

15. Click OK.

16. Type the following URL exactly as shown here: https://www.iptvsmarters.com/smarters.apk 

and click Go.

17. Wait for file to download.

18. Click Install.

19. Click Done.

20. Open IPTV smarters then select Login with Xtream codes api.

21. Enter the login details that we sent you via Whatsapp or Email or Chat

FOR TIVIMATE 

1. Type the following URL exactly as shown here: https://tivimates.com/tiviapk

and click Go.

2. Wait for file to download.

Wait for the file download to finish

3. Click Install and once the installation is completed. You can open the app.

4. Click “Add Playlist” then choose “Xtream codes

5. Enter the login details that we sent you via Whatsapp or Email or Chat

 
 IPTV ON ANDROID WITH IPTV SMARTERS 

Step 1: Start by downloading IPTV Smarters app  through this URL : https://www.iptvsmarters.com/smarters.apk
Step 2: Open the app once downloaded and Enter the login details.

Step 3: Enter the login details that we have provided you after you get a subscription with us

Now Click on “ADD USER” to proceed to the next section.

Step 4: Wait some seconds.

Step 5: Now click on “Live TV” icon as depicted in the image via a red arrow.

Step 6: Now you must select the channel group that you want to watch and proceed to the next section.

Step 7: Now you must click on the channel name and then double click on the small screen to turn into full screen as the final step.

Done

 

How To Setup IPTV On Apple/IOS With IPTV Smarters Player

Step 1: Start by downloading IPTV Smarters app from the Apple Store through this URL :
https://apps.apple.com/in/app/smarters-player-lite/id1628995509

or  you can search for it on App store

install the app on your IOS device.

Step 2: Open the app once downloaded and Enter the login details.

Step 3: Enter the login details that we have provided you after you get a subscription with us

Now Click on “ADD USER” to proceed to the next section.

Step 4: Wait some seconds.

Step 5: Now click on “Live TV” icon as depicted in the image via a red arrow.

Step 6: Now you must select the channel group that you want to watch and proceed to the next section.

Step 7: Now you must click on the channel name and then double click on the small screen to turn into full screen as the final step.

Step 8: To add EPG no need to add any EPG url, Just click on “Install EPG” .

Done

Step 1: You can download SetIPTV / NetIPTV / IBO Player Pro / IBO Player  from your TV store on Samsung, LG …

Step 2: After the installation, open the app you will find MAC Address on screen, with IBO Player Pro and IBO Player you will find MAC Address and Device Key

EX : 

Step 3: Send us the MAC address via Whatsapp/Email/Live Chat

Step 4: After few minutes, restart/reboot your TV and Open the app

Done

 

Windows Method :

Download IPTV Smarters app through this URL : https://www.iptvsmarters.com/download?download=windows

MAC Method :

Download IPTV Smarters app through this URL : https://www.iptvsmarters.com/download?download=mac

Step 1: Send us the MAC Address of your MAG via Whatsapp/Email/Live Chat

Step 2: After making the payment, we will send you the portal link

We’re always here to help , Contact our support team 24/7.

document.addEventListener('DOMContentLoaded', function() { // تحديد الروابط بناءً على الثمن وكود الدولة // **مهم جدا: قم بتغيير هذه الروابط إلى الروابط الحقيقية لمنتجاتك!** const planUrls = { '39.99': { 'MA': 'https://your-domain.com/link-for-39.99-morocco', // غير هاد الرابط للمغرب (39.99) 'US': 'https://your-domain.com/link-for-39.99-usa' // غير هاد الرابط لأمريكا (39.99) }, '59.99': { 'MA': 'https://your-domain.com/link-for-59.99-morocco', // غير هاد الرابط للمغرب (59.99) 'US': 'https://your-domain.com/link-for-59.99-usa' // غير هاد الرابط لأمريكا (59.99) }, '99.99': { 'MA': 'https://your-domain.com/link-for-99.99-morocco', // غير هاد الرابط للمغرب (99.99) 'US': 'https://your-domain.com/link-for-99.99-usa' // غير هاد الرابط لأمريكا (99.99) }, '140.99': { 'MA': 'https://your-domain.com/link-for-140.99-morocco', // غير هاد الرابط للمغرب (140.99) 'US': 'https://your-domain.com/link-for-140.99-usa' // غير هاد الرابط لأمريكا (140.99) } // أضف المزيد من الباقات هنا إذا كانت لديك (بنفس التنسيق) }; // الرابط الافتراضي الذي سيتم استخدامه إذا لم يتم العثور على رابط خاص للدولة أو في حالة وجود خطأ const defaultFallbackUrl = 'https://your-domain.com/default-product-link'; // **غير هاد الرابط الافتراضي العام** // البحث عن جميع Elementor Price Table widgets في الصفحة const priceTableWidgets = document.querySelectorAll('.elementor-widget-price-table'); // إذا لم يتم العثور على أي Price Table widgets، توقف عن تنفيذ السكريبت if (priceTableWidgets.length === 0) { // console.warn('Elementor Price Table widgets not found. The script will not execute.'); // هاد السطر كتحيدو في الإنتاج return; } // جلب معلومات الدولة من IPAPI.co fetch('https://ipapi.co/json/') .then(response => { if (!response.ok) { // إذا كان هناك مشكل في الرد من الـ API، أرمي خطأ throw new Error('Network response was not ok from IP API'); } return response.json(); }) .then(data => { const countryCode = data.country_code; // كود الدولة (مثال: MA, US) // المرور على كل Price Table widget priceTableWidgets.forEach(widget => { // البحث عن عنصر الثمن داخل الـ widget (span.elementor-price-table__integer-part) const priceElement = widget.querySelector('.elementor-price-table__integer-part'); // البحث عن زر "BUY NOW" داخل الـ widget (a.elementor-price-table__button) const buyButton = widget.querySelector('.elementor-price-table__button'); // إذا لقينا عنصر الثمن وزر الشراء if (priceElement && buyButton) { // استخراج الثمن كرقم عشري (مثال: "39.99" -> 39.99) let planPrice = parseFloat(priceElement.textContent.trim()); let redirectUrl = defaultFallbackUrl; // تعيين الرابط الافتراضي كبداية // التحقق مما إذا كان هناك رابط خاص لهذا الثمن ولهذه الدولة if (planUrls[planPrice]) { if (planUrls[planPrice][countryCode]) { redirectUrl = planUrls[planPrice][countryCode]; } else { // إذا لم يتم العثور على رابط لدولة محددة لهذا الثمن // console.warn(`No specific URL found for country ${countryCode} for plan ${planPrice}. Using fallback link.`); // كتحيدو في الإنتاج } } else { // إذا لم يتم العثور على الثمن في قائمة planUrls (مثلا ثمن جديد لم يتم إضافته) // console.warn(`URL mapping for plan price ${planPrice} not found in planUrls object.`); // كتحيدو في الإنتاج } buyButton.href = redirectUrl; // تحديث الرابط ديال زر "BUY NOW" } else { // إذا لم يتم العثور على عنصر الثمن أو زر الشراء في widget معين // console.warn('Price element or buy button not found within a specific price table widget. Skipping.'); // كتحيدو في الإنتاج } }); }) .catch(error => { // في حالة وجود أي خطأ أثناء جلب معلومات IP أو تحديث الروابط // console.error('An error occurred during geolocation or link update:', error); // كتحيدو في الإنتاج // قم بتعيين الرابط الافتراضي لجميع أزرار الشراء في حالة وجود خطأ const allBuyButtons = document.querySelectorAll('.elementor-price-table__button'); allBuyButtons.forEach(button => { button.href = defaultFallbackUrl; }); }); });
Verified by MonsterInsights