Getting Started

Before building your app, better take a look

Installation

Follow the steps below to setup your app :

  • WoWonder PHP Social Network Script, you can get it from Here
  • Download Visual Studio 2022 from this link. It’s important to always work with the most up-to-date versions of code, Visual Studio, and any other products you use. For developing multi-platform app UIs, consider using .NET MAUI (Multi-platform App UI), a framework that allows you to create native mobile and desktop apps from a single codebase. Ensure your development environment is set up with Visual Studio 2022 or later, including the Mobile development with .NET workload for access to .NET MAUI templates. Note that only the community version is available for this purpose.
  • . Link to official docs here.
  • 1. Unzip the WoWonder archive and extract its contents into a new folder.
  • 2. Open the folder containing the extracted files and rename the folder to avoid issues in Visual Studio due to excessively long names.
  • 3. Locate the solution file named `WoWonder.sln` within the main folder, and double-click on it to open the project in Visual Studio. Wait for all components to load completely.
  • 4. From within Visual Studio, navigate to the Tools menu, select Android, then SDK Manager. In the SDK Manager, select and install SDK Platform 14.0 and version 5.0, along with any other required SDKs for your project.
  • Always install latest available Android SDK’s. We keep on updating our app to support latest versions of Andriod SDK’s
  • 1. Go to the Visual Studio menu bar, select Build > Rebuild Solution, click on it, and wait until the project build completes.
  • 2. Execute a ‘Clean and Rebuild’ operation for the project.
  • 3. If errors persist, delete the ‘bin’ and ‘obj’ folders, close Visual Studio, then reopen it. Wait a while to let the program process before doing another ‘Clean and Rebuild’.
  • 4. If the issue remains, uninstall the current software version. Download the latest version, extract it to your desktop, rename the folder, and open the project. Allow some time for the packages to restore before attempting a rebuild.
Note: Sometimes, you may encounter errors that aren’t caused by issues in the code but are instead due to the setup of the Visual Studio environment. The only solution to these errors is to follow the steps mentioned above.
Note

If you have an error when making a build “NDK compiler exited with an error exit code 0” you should update to the latest version of NDK on your PC.

Verify Application

  • You can get a purchase code from Envato.
  • Get Your API Server_Key which is located here copy it.
  • Create your Cert key for your application from Doughouzlight-License

     

    WoWonder Provides Triple DES algorithm encryption system + AES 256-Bit Encryption in your mobile application to safe your own information and your own server side keys from hackers and crackers, once you are a real buyer you will not fear any cracking or unpacking APK  actions by eligible black hat people, which may lead to leaking your sensitive server side data to the public. 

  • Your Encryption Key can be located in the config.php file. It should be visible when you open this file. Additionally, the key is provided during the initial installation of the PHP script.

     

    For a visual guide, you can refer to this screenshot: 

  1. Obtain the key and add it to your `AppSettings.cs` class.
  2. Find the demo package name inside your ‘AndroidManifest.xml’ by searching for the term “package” followed by the symbol; our demo package name will appear right after. Replace this name with your package name in all instances.
  3. Note that the demo package name is currently used in 10 different places. This number may increase or decrease in future versions, so ensure all occurrences are updated.
  4. You must also replace the package name in the `WoWonder.csproj` file.
  5. For more detailed guidance, refer to the provided screenshots.
The encryption key includes all your domain information, you don't need to add your website or server key or anything else on the AppSettings class, Be sure you get the key on each new update we release to avoid any issues.
If the application crashes on launch, it indicates that the above-mentioned steps were not executed correctly. Therefore, you need to perform them once again. P.S. Always use the latest code from Envato with a new key.

Theme Settings

You can control the theme’s functionality and customize

Application Name

  • From your main solution go to the WoWonder > AndroidManifest.xml Change the names as you like and the versions also depend on your google play the last version if you have one.
  • Go to AppSettings.cs class and change the Application Name below to your own name

Colors and Theme

To customize and change the main color of the application follow the steps below.
  • Go to AppSettings.cs class and change the colors below to your own colors.
  • Go to the Values folder open the Colors.xml file and you will see all the XML file which is responsible for the main color and the theme of the main application.
  • Go to the Values folder open the Styles.xml file and you can control your theme colors and status bar and text colors and dividers and etc.
  • Set Theme Full-Screen App:

Package Name

  • From your main solution right click on the WoWonder > AndroidManifest.xml file to your own package name, also depend on your google play the last version if you have one.
  • From your main solution double click on the WoWonder file to project properties.

Language and Translate

App made it for you easy to translate your own words in your app and change the labels as you want, our android app support 200 languages to be added, so let’s start.

English strings (default locale), /values/strings.xml:

Spanish strings (es locale), /values-es/strings.xml:

By default, the folder Values > String.xml contains all the English words in the app.

Generally, android considers English as a default language and it loads the string resources from /res/values/strings.xml. In case, if we want to add support for other languages, we need to create a values folder by appending the Hyphen and ISO language code.

For example, if we want to add support for Japanese, then we need to create a values folder named values-ja under the res folder and add a strings.xml file in it with all the strings that need to translate into Japanese Language.

The value-ar or value-ru has a String.xml file that contains the same labels but is translated to Turkish or Russian or Arabic and etc.

If you want to add your own new language, Create a new value-** folder under the Resources folder
then copy the main English string file string.xml and paste it inside the new value-** folder then you can translate your strings as you like

The folder name of Android string files is formatted as the following:

  • without region variant: values-[locale]
  • with region variant: values-[locale]-r[region]
  • For example: values-en, values-en-rGB, values-el-rGR.

EX: In your case where you want to add greek let’s say, you will just need to create a folder values-el for the Greek translation, and values-el-rGR for the country-specific Greek translation if you like to extend the lang more.

For example, suppose you have a string called “R.string.title” and the locale is ‘el-GR’, Android will look for a value of “R.string.title” by searching the files in the following order:

  • res/values-el-rGR/strings.xml
  • res/values-el/strings.xml
  • res/values/strings.xml

Once we create the required files and change the device language through Settings > Language & Input > Select Language (Japanese), Android OS will check for the appropriate language resources available in the app.

In case, if the app supports a selected language, then android will look for the string resources in the values-(ISO language code) folder of the project. For example, if the selected language is Japanese, then it will load the string values from a values-ja/strings.xml file.

If any string value missing from the supported language (strings.xml) file, then android will load the missing strings from the default strings.xml file i.e. values/strings.xml.

 

Force your App to use a default language?
From your AppSettings.cs class, you can set your own default language which the app will open the first time. Also, you can force the RTL system by the variable FlowDirectionRightToLeft to True.
 
You can find what is name ISO Language Code from here
Notes
  • If the text is marked Please replace with the symbol ' and add at the beginning and end of the sentence
    Example: Lets get started! >> Let's get started!
         
  • If the text is marked & Please replace it with the symbol &
    Example: Movies & Animation >> Movies & Animation
Note

From your AppSettings.cs class, you can set the user language on the site as language on your phone by the variable SetLangUser to True.

Here, ensure your language file is error-free. You can validate your XML file for errors using a website designed for XML validation. If there are errors in the XML file, then the application will not build successfully.

https://codebeautify.org/xmlvalidator/

Logos and Icons and SplashScreen

In your main solution, you will find 4 main folders with the following names
  • drawable: for all android screen sizes by default
  • drawable-hdpi: for small devices screen
  • drawable-xhdpi: for normal devices screen 
  • drawable-xxhdpi: for High HD screens such as Samsung s20 and s21

Replace the icons and images you want and add them with the same name and type with an extension to an image and do not change the names of your images.

In the folders drawable for logo and Push Notification Icon, and in the folders mipmap for icon app.

For the accuracy of the icon and logo, please use this website https://appicon.co

Change SplashScreen

You have two types to display the splash screen either a static image or a color with an icon/logo using an XML file.

  • XML File: In this default option
    1. You can select a background color from the file ic_launcher_background.xml
    2. You can select the source image icon or logo in the drawable > splash.xml file.
  • Static Image: Go to each drawable folder and replace splashscreen.webp file with your own splash screen. The format must be the same. And then go to each values > style.xml splash to splashscreen.
  • On API 31+ (Android 12+) and up the SplashScreen is static, just you can change the color and icon values-v31 > style.xml
Note

When you change the type to display splash in the theme on style.xml you should change in all files style.xml on all folders values.

NOTE: Why does my app still show the Default launcher logo and icon on my phone after I changed them and rebuilt the app?

Make sure you've correctly replaced the app icons in all necessary `res/drawable` and `res/mipmap` folders for various screen densities. Clear your device's cache and data for the app, rebuild and reinstall the app. If issues continue, double-check your changes or seek further help.
  • res/drawable/logo.webp
  • res/drawable/ic_stat_onesignal_default.png
  • res/drawable/splashscreen.webp
  • res/drawable/icon_11.png
  • res/mipmap/icon.png
  • res/mipmap/icon_round.png

Also, ensure you replace these icons in the various density-specific folders: Drawable folders: drawable-hdpi, drawable-xhdpi, drawable-xxhdpi, drawable-xxxhdpi Mipmap folders: mipmap-hdpi, mipmap-mdpi, mipmap-xhdpi, mipmap-xxhdpi, mipmap-xxxhdpi

Font Style

To customize and change the main font of the application follow the steps below.
  • if you want to add a custom font you can add a new font “.ttf” to the font folder and change the name on the wowonder.xml
  • Go to the font folder open the wowonder.xml file and you will see all the XML file which is responsible for the main font of the main application.

General Setup

a setup guide on configuring 3rd party services.

OneSignal Notifications

What is OneSignal?

OneSignal is a high-volume and reliable push notification service for websites and mobile applications. They support all major native and mobile platforms by providing dedicated SDKs for each platform, a Restful server API, and an online dashboard for marketers to design and send push notifications.

  • Sign in to the Onesignal Console at https://onesignal.com.
  • Click on New App/Website
  • Choose your app name and platform then click next.
  • Fill out the form with your website information, then click save.
  • On the next page, ignore the page and click on Finish.
  • On the top navbar, click on Keys & IDs
  • Grab your OneSignal App ID & Rest API Key then go to Admin Panel -> API Settings -> Push Notifications Settings
  • Edit the following options for Android & IOS:
    1. OneSignal APP ID – Enter the OneSignal App ID you created in the previous chapter
    2. REST API Key – Enter the Rest API Key you created in the previous chapter
  • Finally, go to the file AppSettings.cs in the project and add the app id.
Note
  • Every platform requires a new app, for example, you need to create a separate app for Timeline Android, and another one for messenger Android also for IOS
     
  • If You want to Disable Notification and Onesignal on your app set the variable ShowNotification.

Google Maps API

Google Maps API is required for GEO and viewing Google Maps.
  • Go to the Google API Manager console and login using your Google credentials.
  • After this click on Create Project link to create a new project.
  • Enter Project Name and click on Create button.
  • Select the project from the dropdown menu beside Google Cloud Platform.
  • Click on APIs & Services then click on +ENABLE APIS AND SERVICES.
  • Search for Maps Embed API and enable it.
  • Search for Maps Static API and enable it.
  • Once enabled, click on Credentials, on the top nav-bar, click on +Create credentials then click on the API key
  • Grab the key and Click Close.
  • Finally, go to the file analytic.xml in the project and add the key.

Weather Api

Add in your app Forecasted and Historical Weather with Weather API

  • Get API Key from Dashboards your account and copy it into the AppSettings.cs class file.
  • You can specify the unit of measurement in degrees Celsius or Fahrenheit by the code.
Note

If You want to Disable Weather on your app set the variable ShowWeather.

Exchange Currency Api

Add Consistently, reliable exchange rate data and currency conversion for your app
with Open Exchange Rates API

  • Get App IDs from Dashboards your account and copy them into the AppSettings.cs class file.
  • You can select the main currency type such as the USD
  • You can select 3 currencies whose value is shown against the selected base currency, including: USD,EUR,DKK,GBP,SEK,NOK,CAD,JPY,TRY,EGP,SAR,JOD,KWD,IQD,BHD,DZD,LYD,AED,QAR,LBP,OMR,AFN,ALL,ARS,AMD,AUD,BYN,BRL,BGN,CLP,CNY,MYR,MAD,ILS,TND,YER
Note

If You want to Disable Exchange Currency on your app set the variable ShowExchangeCurrency.

Stickers Api

From chat interface and feed comments to video calls and image editing, add for your app using Stipop API to power 150K+ stickers for improved user experience.

  • Get the API key from Dashboards your account After creating the Application and copy them into the AppSettings.cs class file.

COVID-19 Api

Add COVID-19 “Coronavirus” API to get historical statistics by country in your app.

    • Get the API key from Dashboards your account after creating the Project and copy them into the AppSettings.cs class file.
Note

If You want to Disable COVID-19 on your app set the variable ShowInfoCoronaVirus.

Firebase Account

Firebase is an app development platform that helps you build and grow apps and games users love. Backed by Google and trusted by millions of businesses around the world.

  • After creating a firebase account from the link you will need to create a new project as well.
  • then go to project settings.
  • Go to the Integrations tab and select the item below as the screenshot:
  • Finally Go to General Tab and scroll down then Download the file JSON "google-services.json" and add it to your project code.
Add your Package android app name and press the link icon

Social Logins

Your users can register to your website with one click.

Facebook Login

  • Log in to your Facebook account.
  • Go to Facebook for Developers, click on My Apps and press Create App.
  • Select Consumer. and click Next.
  • Set the Display Name of your application.
  • Enter the Contact Email.
  • Click on Create App.
  • Navigate to Facebook Login and press the Set up button.
  • Select Android from the displayed platforms.
  • Add your package name that uniquely identifies your Android app, and add Activity Class Name {packageName}.LoginActivity
  •  Add Key Hashes, you can get this from LoginActivity.cs on the code:
    string hashId = Methods.App.GetKeyHashesConfigured(this);
  • Enable Single Sign On
  • Add in the file analytic.xml string elements with the names facebook_app_idfb_login_protocol_scheme and facebook_client_token, and set the values to your App ID and Client Token.
  • Then go to the Settings on the left nav bar section and choose Basic.
  • In the appeared menu some of the fields are generated automatically. All you need to do is fill in the rest of them, such as App DomainsContact EmailPrivacy Policy URL, and Terms Of Service in particular.
    1. App Domains – Enter your domain name, without HTTP or HTTPS (example.com, www.example.com).
    2. Privacy Policy URL Enter your website’s privacy policy URL (example.com/terms/privacy).
    3. Terms of Service URL Enter your website’s Terms of Service URL (example.com/terms/terms).
    4. User Data Deletion Enter your website’s Terms of Service URL (example.com/terms/terms).
    5. Category – Choose your app category (Social networks & dating).
  • Click on Save changes.
  • Go to the left nav bar section and choose Facebook Login then click on Settings.
  • Scroll down a bit and find Valid OAuth Redirect URIs
  • Add the following Redirect URIs:
    1. https://yourwebsite.com/login-with.php?provider=Facebook
    2. https://www.yourwebsite.com/login-with.php?provider=Facebook
  • Click on Save changes
  • On the top, you’ll see this message Your app has Standard Access to public_profile. To use Facebook Login, switch public_profile to Advanced Access Click on Get Advanced Access
    1. Enter email in the search box, then click Get Advanced Access, and confirm the form.
    2. Enter public_profile in the search box, then click Get Advanced Access, and confirm the form.
  • The last step is to set the app mode to Live
    1. On the top navbar, you’ll find App Mode, click the toggle, and set the app to Live
    2. Complete Data Use Checkup (If required)
Note

You can activate and deactivate your app by setting the variable ShowFacebookLogin.

For more details, you can see the video

Google Login

  • Start Integrating Google Sign-In into Your Android App 
  • After this click on Create Project link to create a new project.
  • Enter Project Name and click on Create button.
  • Select the project from the dropdown menu beside Android.
  • Add Package name from your AndroidManifest.xml file, and SHA-1.
  • Click on APIs & Services then click on +ENABLE APIS AND SERVICES.
  • Search for Google+ and enable Google+ API.
  • Once enabled, click on Credentials, on the top nav-bar, click on +Create credentials then click on the API key
  • Select Application restrictions  Android apps with Package name from your AndroidManifest.xml file, and SHA-1.
  • Select API restrictions specify the enabled APIs that this key can call
  • Grab the key and Click Save.

 

  • Once enabled, click on Credentials, on the top nav-bar, click on +Create credentials then click on Oauth client ID
  • In OAuth consent screen page, choose External, fill the form and click Save and Continue.
    • In Authorized domains section, make sure to add your own domain name with or without www.
  • On the next page, you’ll see the button Add or remove scopes, click on it.
    • Look for auth/userinfo.email and select it.
    • Look for auth/userinfo.profile and select it.
    • Scroll down and click on UPDATE.
  • If you successfully added the new scopes, click on SAVE AND CONTINUE.
  • Ignore the Test users section and click on SAVE AND CONTINUE.
  • Scroll down and click on BACK TO DASHBOARD.
  • On the next page, click on PUBLISH APP and publish your application.
  • On the left nav bar, click on Credentials, on the top nav-bar, click on +Create credentials then Oauth client ID
    • In Application type, choose web application.
    • In Authorized redirect URIs, add the following URIs:
      1. https://yourwebsite.com/login-with.php?provider=Google
      2. https://www.yourwebsite.com/login-with.php?provider=Google
  • Finally, go to the file analytic.xml add the key as below:
  • Also, add Client ID in your AppSettings.cs class file in your solution code as below:
Note

You can activate and deactivate your app by setting the variable ShowGoogleLogin.

Info

By integrating Smart Lock for Passwords into your Android app, you can automatically sign users into your app using the credentials they have saved.

You can activate and deactivate your AppSettings.cs class file in your solution code EnableSmartLockForPasswords.

For more details, you can see the video

Payment Integration

Stripe

  • Go to Stripe & create a new account.
  • Login to your dashboard & turn your account on by flipping the switch from “Test” to “Live”.
  • Click Activate Account in the popup window to fill out the standard business details Stripe needs to send you payments.
  • Once you’ve completed the entire form, click Activate Account.
  • Now that your account is live, go to Your Account and click on Account Settings.
  • Click the API Keys tab & copy the Live Secret Key & Publishable Key.
  • Go to Admin Panel -> Payments & Ads -> Payment Configuration, find Stripe and edit the following options:
    1. Enable Stripe Payment Method by clicking on the toggle.
    2. Stripe API Secret Key – Your Stripe secret key that starts with sk_
    3. Stripe Publishable Key – Your Stripe publishable key that starts with pk_
Note

You can activate and deactivate your app by setting the variable ShowCreditCard.

PayPal

With Braintree, you can seamlessly accept both PayPal and credit cards with a single integration. Your customers will never even need to leave your website’s checkout page to make purchases using PayPal! Instead, they will click a PayPal button – designed exclusively for Braintree merchants – and enter their PayPal credentials in a new window or lightbox.

PayPal Account:

  • Login to PayPal, then click here
  • Set your app name, and email address then click Create App.
  • On the top right side, you can see two tabs, SandBox and Live, Choose Live.
  • Go to Admin Panel -> Payments & Ads -> Payment Configuration, find PayPal and edit the following options:
    1. Enable PayPal Payment Method by clicking on the toggle.
    2. PayPal Mode – Choose Live (In case your app is in Live mode).
    3. PayPal Client ID – PayPal application ID you created in the previous chapter.
    4. PayPal Secret Key – PayPal application secret key you created in the previous chapter.

Braintree Gateway Account:

  • Login to Braintree gateway with PayPal.
  • Create API Keys from the drop-down menu.
  • then go to Processing Options to enable customers to pay with PayPal with:
    • PayPal Email
    • PayPal Client Id
    • PayPal Client Secret
  • Create or Find Merchant Account ID when clicking on Business from the drop-down menu & copy Account ID in your AppSettings.cs class file in your solution code.
  • then again go to API Keys from the drop-down menu, and Click the Keys tab & copy the Tokenization Keys in your AppSettings.cs class file in your solution code as below:

For more details, you can see the Images:

Note

You can activate and deactivate your app by setting the variable ShowPaypal.

CashFree

  • Go to the Cashfree website & sign in to your account with a registered email address.
  • Click on Activate button to activate various payment gateways for your account.
  • Now, you can click on View Dashboard to view account details.
  • Go to the Credentials tab to access the test API credentials for payment gateways.
  • Click on the Get Credentials tab to access the sandbox credentials
  • View app ID & secret key under the Test Credentials tab.
  • Go to Admin Panel -> Payments & Ads -> Payment Configuration, find CashFree and edit the following options:
    1. Enable CashFree Payment Method by clicking on the toggle.
    2. CashFree Mode – Choose Live (In case your app is in Live mode).
    3. Client ID – CashFree application ID you created in the previous chapter.
    4. Client Secret – CashFree application secret key you created in the previous chapter.
  • You can specify the type of base currency in Cashfree by setting the variable
    and here you can check what currency is accepted
Note

You can activate and deactivate your app by setting the variable ShowCashFree.

RazorPay

  • Go to the Razorpay website and Sign Up.
  • Enter your work email address and a password for your Razorpay account and click Create Account.
  • Fill Pre-sign Up Form
  • Verify Email Address
  • Once your account is created, you have access to the Test mode on the Dashboard. Test mode is used for testing purposes and does not involve actual money transactions. However, you would need to activate your account in order to accept live payments.
  • To create an Application, follow this RazorPay Guide.
  • Once your application was created, take the required keys then go to
    Admin Panel -> Payments & Ads -> Payment Configuration
    find RazorPay and edit the following options:
    1. Enable the RazorPay Payment Method by clicking on the toggle.
    2. Application ID – RazorPay application ID you created in the previous chapter.
    3. Application Secret – RazorPay application secret key you created in the previous chapter.
  • Finally, go to the file analytic.xml in the project and add the app id.
  • You can specify the type of base currency in RazorPay by setting the variable
    and here you can check what currency is accepted
Note
  • You can activate and deactivate your app by setting the variable ShowRazorPay.

PayStack

  • Sign Up with Paystack
  • Verify your sign-up using a verification link sent to your email.
  • The next thing is to sign in to your new Paystack account
  • On your Dashboard, you will find your public and secret key
  • Grab the keys, then go to Admin Panel -> Payments & Ads -> Payment Configuration, find PayStack and edit the following options:
    1. Enable the PayStack Payment Method by clicking on the toggle.
    2. Secret Key – PayStack application secret key you created in the previous chapter.
Note

You can activate and deactivate your app by setting the variable ShowPayStack.

PaySera

  • Sign up with PaySera then Log in to your account. In the menu on the left choose Settings > Profile Settings > Service management > Change.
  • Select Collection of payments online via e-banking and other systems and click on Order
  • In the left menu please select Projects and Activities > My projects and click on Add a new project.
  • In the opened window, enter data of a new project: In the section Service provider enter your online domain name.
  • If you are not using any platform, select I will enter the project address manually and enter the website address.
  • If you are using a platform, then in the section I will use a platform, a list of platforms will be provided and, after selecting one of them, the address used will be entered automatically.
  • In the section Service description briefly describe the services you provide. If you are selling physical goods, enter the refund policy and delivery terms. More information on the description of the project is provided here.
  • You can change the information and service description later as needed: Enter the current phone number and email address in the section Contact details. If required, also specify other contact details, e.g. Skype. These contact details will be provided to your buyers together with a payment confirmation letter. The project ownership confirmation code is provided in the section Project confirmation; you should paste it in your website’s head section. This way we will be sure that you are the real owner of the website. Having completed the requested information, click on Save project.
  • Make sure that the website already contains purchase and sale, delivery and refund terms, privacy policy, and your contact details as a merchant. Submit the project for review only when the website has been fully prepared to be used by clients, the payment platform has been integrated and test payments have been performed. Your submitted project will be reviewed within one day.
  • After creating a project, you will be provided with the data necessary for the technical integration of the payment platform
    1. In the menu on the left under Projects and Activities > My projects you will find the project ID (Project number/projectid);
    2. In the menu on the left under Projects and Activities > My projects click on Project settings > General project settings and you will find the code required to confirm ownership of your website;
    3. In the menu on the left under Projects and Activities > My projects click on Project settings > General project settings and you will find your project password.
  • Go to Admin Panel -> Payments & Ads -> Payment Configuration, find PaySera and edit the following options:
    1. Enable PaySera Payment Method by clicking on the toggle.
    2. PaySera Mode – Choose Live (In case your app is in Live mode).
    3. Project ID – PaySera project ID you created in the previous chapter.
    4. Account Password – Your PaySera project password.
Note

You can activate and deactivate your app by setting the variable ShowPaySera.

IyziPay

  • Create an account in Iyzipay
  • You can access the API and Security Key values, where you can test the services from the Settings menu, without the need for email activation
  • Grab the keys then go to Admin Panel -> Payments & Ads -> Payment Configuration paste the keys in Iyzipay form and fill the rest of the infromation.
Note

You can activate and deactivate your app by setting the variable ShowIyziPay.

2CheckOut

  • Go to: https://secure.2checkout.com/cpanel/ and Sign in with your 2Checkout live account or create a new one.
  • Now click on Integrations -> Webhooks & API and from the API section, copy Merchant CodePublishable Key, and Private Key
  • Go to Admin Panel -> Payments & Ads -> Payment Configuration, find 2checkout and edit the following options:
    1. Enable the 2checkout Payment Method by clicking on the toggle.
    2. 2checkout Mode – Choose Live (In case your app is in Live mode).
    3. Seller ID – Your Merchant ID.
    4. Publishable Key – Publishable Key you copied in the previous chapter.
    5. Private Key – Private Key you copied in the previous chapter.

Authorize.Net

  • Log into the Merchant Interface.
  • Click Account from the main toolbar.
  • Click Settings in the main left-side menu.
  • Click API Credentials & Keys.
  • Select New Transaction Key.
  • Click Submit to continue.
  • Request and enter the PIN for verification.
  • Your new Transaction Key is displayed.
  • If the Disable Old Transaction Key Immediately box is not checked, the old Transaction Key will automatically expire in 24 hours. When the box is checked, the Transaction Key expires immediately.
  • Go to Admin Panel -> Payments & Ads -> Payment Configuration, find Authorize.net and edit the following options:
    1. Enable Authorize.net Payment Method by clicking on the toggle.
    2. Authorize.net Mode – Choose Live (In case your app is in Live mode).
    3. Authorize.Net API LOGIN ID – Your API Login ID.
    4. Authorize.Net TRANSACTION KEY – TRANSACTION KEY you copied in the previous chapter.
Note

You can activate and deactivate your app by setting the variable ShowAuthorizeNet.

SecurionPay

  • You can find a detailed doc here: https://securionpay.helpjuice.com/90032-backoffice/529474-api-keys
  • Once you got your keys, Go to
    Admin Panel -> Payments & Ads -> Payment Configuration, find Securionpay, and edit the following options:
    1. Enable Securionpay Payment Method by clicking on the toggle.
    2. Securionpay Public key – Your Public key you copied in the previous chapter.
    3. Securionpay Secret key – Secret Key you copied in the previous chapter.
Note

You can activate and deactivate your app by setting the variable ShowSecurionPay.

Yoomoney

  • How to get your secret key: https://yookassa.ru/docs/support/merchant/payments/implement/keys?lang=en
  • Once you got your keys, Go to Admin Panel -> Payments & Ads -> Payment Configuration, find Yoomoney, and edit the following options:
    1. Enable Yoomoney Payment Method by clicking on the toggle.
    2. Yoomoney Wallet ID – Your wallet ID.
    3. Secret key – Secret Key you copied in the previous chapter.
Note

You can activate and deactivate your app by setting the variable ShowYoomoney.

In-App Billing Purchases

This method is only available for versions with an Extended License.

In order to use the Google in-app purchase payment system in your mobile application, you will need to follow a few steps in the google play console as there are a few rules you should know.

There should be a temporary APK file Uploaded to Google play in order to fetch the Product ID (In-app License code) so you can proceed with your Build and package prices.

You can select what is the type for your Products ” In-App – Subs ” and just one type is can selected.

 

When creating a new product, you must use the same Product ID that you wrote in your app.

You must add the product in only one place either In-app products or Subscriptions.

Note!

Please contact the Support Team in order to obtain the key to activate the extended version.

AamarPay

  • After creating account on the Aamarpay
  • Once you got your keys, Go to Admin Panel -> Payments & Ads -> Payment Configuration, find Configure Aamarpay Payment Method, and edit the following options:
    1. Select Test mode Choose the mode your application is using, for testing use the SandBox mode Test or Live .
    2. Aamarpay Store Id – Your Aamarpay Store Id.
    3. Aamarpay Signature Key – Your Aamarpay Signature Key.
Note

You can activate and deactivate your app by setting the variable ShowAamarPay.

FlutterWave

  • After creating an account on the FlutterWave
  • Once you got your keys from here then Go to
    Admin Panel -> Payments & Ads -> Payment Configuration, find Flutter Wave payment, and edit the following options:

     

    1. Enable Flutter Wave Payment Method by clicking on the toggle.
    2. Flutter Wave API Secret Key – Your Flutter Wave API Secret Key.
    3.  Add Public Key and Encryption Key on the file AppSettings.cs  in the App:
Note

You can activate and deactivate your app by setting the variable ShowFlutterWave.

Manage Features

From Project, you will be able to control most of your Android App settings.

Connectivity System

In your application, you have a connectivity system.
Set the variable connectivity system below to:

  • 1 for => Follow System
  • 0 for => Friend System

Application Mode

In your application, you have a multi-type mode like:

  • WoWonder Default (Facebook) Mode.
  • Linkedin (Jobs) Mode.
  • Instagram Mode.
  • Twitter Mode.
  • Askfm Mode.
  • Patreon Mode.

You can select the applction mode type from the code :

Note

When you select the application mode type, some settings will be changed and some features will be deactivated

Register System

  • You can set Disable/Enable Register system of the app by the variable below to True or False.
  • If you want the date of the Birthday field to appear on the register page, you can by the variable below.
  • You can allow just users over 18 years old to be registered by the variable below to
    • True => Only over 18 years old.
    • False => All users.
  • You can set Disable/Enable Suggested Users after registering by the variable below to True or False.
  • You can set Disable/Enable to add all info profiles after registering by the variable below to True or False.

Post System

Add Post Options

In your application, you allowed who can add posts, all users, or only admin, by the variable:

Set the variable below to True or False to give the user ability to post images or videos or etc…

Native Post Options

  • You can select who is can show Post Privacy
    • true: all posts user have icon Privacy
    • false: just my posts have icon Privacy (default)
  • You can select how can see video from another location like:
    Facebook, Vimeo, TikTok, Twitter, DeepSound, and PlayTube by the variables with 3 options:
    • EmbedVideo: player video by webview
    • Link: add link video with lite info
    • None: don't add this type on newsfeed
  • You can Disable/Enable who can show Search For Posts
  • You can Disable/Enable auto play video
  • You can set On/Off for the volume state when playing a video
  • You can Disable/Enable who can show count share post
  • In the application, you can choose what type of reaction you want to use besides the like button
    1. Wonder
    2. Dislike
    3. Like
    4. Reaction by two styles (Default, Sunshine)
  • To fetch the fastest news feed 
    When you are using shared hosting or a very slow host it’s better to set the variable to 7 posts on each API request instead of 15 if you are using a fast host you can set it to 20 Post on each request

Story System

  • You can set Disable/Enable Story system of the app by the variable below to True or False.
  • You can set Disable/Enable showing list who viewed my story of the app by the variable below to True or False.
  • You can set Disable/Enable Reply Story of the app by the variable below to True or False.
  • You can set a story duration for video and image by the second.
  • if you want to show a full video you can set the variable to true, but when you select false it will appear only for the specified time in the value of the StoryVideoDuration

Video Live Streaming

  • Sign up here to create an Agora account. After sign-up, you can log in here.
  • Once you finish the sign-up process, you can create an Agora project in Agora Console, To create an Agora project, do the following:
    1. Enter the Project Management page.
    2. Click Create.
    3. Follow the on-screen instructions to enter a project name and use case, and check Secured mode: APP ID + Token (Recommended) as the authentication mechanism.
    4. Click Submit. You can now see the project on the Project Management page.
  • To copy the App ID, find your project on the Project Management page in Agora Console, and click the copy icon to the right of the App ID.
  • To get an App Certificate, do the following:
    1. On the Project Management page, click the edit icon for the project you want to use.
    2. Click the copy icon under Primary Certificate.
  • Generate a Customer ID and Customer Secret
    1. In Agora Console, click the account name in the top right corner, and click RESTful API from the drop-down list to enter the RESTful API page.
    2. Click Add a secret, and click OK. A set of Customer ID and Secret is generated.
    3. Click Download in the Customer Secret column. Read the pop-up window carefully, and save the downloaded key_and_secret.txt file in a secure location.
  • Go to Admin Panel -> Settings -> Posts Settings -> Setup Live Streaming -> Agora API Configuration
  • Edit the following options:
    1. App ID – Your APP ID we got one previous chapter
    2. App Certificate – Your App Certificate we got one previous chapter
    3. Customer ID – Enter the Customer ID you downloaded from key_and_secret.txt.
    4. Customer Secret – Enter the Customer ID you downloaded from key_and_secret.txt
  • Finally, go to the file AppSettings.cs in the project and add the app id.
Note

You can activate and deactivate your app by setting the variable ShowLive

Walkthrough

In this section, we will talk about the first 4 pages which are displayed after the login page.

From your solution explorer go to Resources folder >> Layouts>> Animination_Fragment.xml
Change the Text and icons colors of the pages by changing the colors as the image pointed by arrows

Change images:

From your solution explorer go to Resources folder >> drawable >> icon_WalkTroutPage Change the image of the pages by changing the colors as the image pointed by arrows.

To change The Walkthrough Title and description. From your solution explorer go to Resources folder >> values >>strings.xml.
Note

You can activate and deactivate your app by setting the variable ShowWalkTroutPage.

General Application Settings

From your settings class on your WoWonder project, you will be able to control most of your Android AppSettings.

Database Name:

You can set the database name by changing the value of DatabaseName. It should always be the same name as your application name. Make sure that the name does not contain any spaces and that it has all small letters

Main Settings:

  • You can activate or disable general features in the application via the following variables
  • You can change the style of More Categories by the variables with 2 options:
    • Card
    • Grid

Trending Settings:

  • You can set Disable/Enable Trending Tab of the app by the variable below to True or False.

Set the variable below to True or False To enable sections:

  • Promoted Users will appear only if you have Promoted users in your website enabled and few users are promoted already. it works with the get notification API each 6 seconds it gets updated.
  • Promoted Pages will appear only if you have Promoted Pages in your website enabled and a few pages are promoted already.
  • Last Activities will appear only if you have some Activities from your friends already if it shows on the main website it will show the same on the app.

Profile Settings:

Set the variable below to True or False To enable sections

  • You can change the style of image cover in profile user, group, page ..etc, by the variables with 3 options:
    • CenterCrop
    • FitCenter
    • Default

Event Settings:

Set the variables to true if want to hide or show events sections on your main event activity

Settings View:

Set the variable below to True or False to give the user ability to set his settings from his mobile or to display sections.

Messenger Application

With WoWonder Mobile Messenger users can chat together on their mobile phones using our new application, now chat is faster, easier, and more fun !! WoWonder Messenger is easy, and secure, and it will be regularly updated. 

Integrate With Messenger

When a user press a chat button let’s say on some user profile, he will see a popup window asking him to download the messenger app from google play if the app is already downloaded and on his device, the click event will open the chat window of the messenger app directly which is similar to Facebook apps.

Set the variable below to True or False to use your Messenger Application integrated with the timeline application, Also write your package name which you submitted or are about to submit on google play as below.
Info

If you want to show a dialog for a confirmation message to open the Messenger app, you can activate the following variable ShowDialogAskOpenMessenger.

Audio And Video Calls Integration

WoWonder developers made it as easy for you as they can to implement your own Video/Audio calls in your application, All you need is to add your keys depending on your chosen framework and you will be done follow the steps below to understand more about it.

Integrations Suports Platforms
Audio/Video
Website/Mobile/Desktop Messenger All are integrated
Audio/Video
Website/Mobile Messenger All are integrated

Setup Twilio:

Setup Agora:

  • Sign up here to create an Agora account. After sign-up, you can log in here.
  • Once you finish the sign-up process, you can create an Agora project in Agora Console, To create an Agora project, do the following:
    1. Enter the Project Management page.
    2. Click Create.
    3. Follow the on-screen instructions to enter a project name and use case, and check Secured mode: APP ID + Token (Recommended) as the authentication mechanism.
    4. Click Submit. You can now see the project on the Project Management page.
  • To copy the App ID, find your project on the Project Management page in Agora Console, and click the copy icon to the right of the App ID.
  • To get an App Certificate, do the following:
    1. On the Project Management page, click the edit icon for the project you want to use.
    2. Click the copy icon under Primary Certificate.
  • Generate a Customer ID and Customer Secret
    1. In Agora Console, click the account name in the top right corner, and click RESTful API from the drop-down list to enter the RESTful API page.
    2. Click Add a secret, and click OK. A set of Customer ID and Secret is generated.
    3. Click Download in the Customer Secret column. Read the pop-up window carefully, and save the downloaded key_and_secret.txt file in a secure location.
  • Go to Admin Panel -> Settings -> Chat & Video / Audio -> Agora API Configuration
  • Edit the following options:
    1. App ID – Your APP ID we got one previous chapter
    2. App Certificate – Your App Certificate we got one previous chapter
    3. Customer ID – Enter the Customer ID you downloaded from key_and_secret.txt.
    4. Customer Secret – Enter the Customer ID you downloaded from key_and_secret.txt

From your AppSettings.cs class be sure you enable Twilio Framework and disable all other frameworks such as Agora and etc as bellow

Chat System

  • In your application, you have two styles to show the last chat list either all chats (default) with each other or multi-tabs where users are on a page and groups are on a page and pages are on a page separately.
  • In your application, you have two types of connections by socket.io or by rest API
  • if you are using a connection type socket system you should add a port socket for your server
  • You can enable to show alert toast when the user is online now
  • If you have a problem connecting to a socket system, you must check your server write, you can specify two types of connection WebSocket, Polling
  • Set the variable below to True or False to give the user some features such as chat archive, chat mute mode…etc

Options chat heads (Bubbles)

Chat heads are circle profile icons that poverty another context on the screen when you receive a new message on your app. tap on one, and you can read the full conversation in a pop-up, as well as respond, without leaving any app you’re currently in.
 
You can Disable/Enable it by variable
Also, you have some options for display mode it

Messaging System

  • Set the variable below to True or False to give the user the ability to send photos, videos, etc…
Info

if you want to enable ShowButtonContact, go to Properties -> AndroidManefist.xml and remove comments from the below code.

<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.READ_PHONE_NUMBERS" />

  • Set the variable below to True or False to give the user some features like replying to messages, forwarding…etc.
  • In your app, you have two types to show bubble messages by gradient color or fixed color (default)
  • In your app, you can allow users to select wallpaper to change by background color or image on the chat window

Publish The Application

After you have customized all the options on the app, the following screenshot is to see how your configuration should be before the archiving process.

  1. The red color is very important.
  2. The blue color is to enable support for Android App Bundles, you’ll need to opt-in to the bundle value of the Android Package Format property within your Android project options. Before you do this, ensure you change your project to a Release configuration as app bundles are intended for release packages only.
  3. The green color Is optional when selecting AOT and Enable Startup Tracing the splash screen will be loading faster by 50% but the app size will increase as well by 25% so it’s your choice and it’s up to you.
Note

Be sure you set the SetApisReportMode variable in AppSettings.cs to false before releasing the app.

Archive For Publishing

  • To begin the publishing process, right-click the project in Solution Explorer and select the Archive… context menu item.
  • Archive… launches the Archive Manager and begins the process of archiving the App bundle as shown in this screenshot:
  • The Archive Manager is comprised of a Solution List pane, an Archives List, and a Details Panel:

The Solution List displays all solutions having at least one archived project. The Solution List includes the following sections:

  • Current Solution – Displays the current solution. Note that this area may be empty if the current solution does not have an existing archive.
  • All Archives – Displays all solutions that have an archive.
  • Search text box (at the top) – Filters the solutions listed in the All Archives list according to the search string entered in the text box.

The Archives List displays the list of all archives for the selected solution. The Archives List includes the following sections:

  • Selected solution name – Displays the name of the solution selected in the Solution List. All information shown in the Archives List refers to this selected solution.
  • Platforms Filter – This field makes it possible to filter archives by platform type (such as iOS or Android).
  • Archive Items – List of archives for the selected solution. Each item in this list includes the project name, creation date, and platform. It can also show additional information such as the progress when an item is being archived or published.

The Details Panel displays additional information about each archive. It also allows the user to start the Distribution workflow or open the folder where the distribution has been created. The Build Comments section makes it possible to include build comments in the archive.

  • When an archived version of the application is ready to publish, select the archive in the Archive Manager and click the Distribute… button
  • The Distribution Channel dialog shows information about the app, an indication of distribution workflow progress, and a choice of distribution channels. On the first run, two choices are presented:
    1. Ad-Hoc – Saves a signed APK to disk that can be sideloaded to Android devices. Continue to Sign the App Package to learn how to create an Android signing identity, create a new signing certificate for Android applications, and publish an ad hoc version of the app to disk. This is a good way to create an APK for testing.

    2. Google Play – Publishes a signed APK to Google Play. Continue to publish to Google Play to learn how to sign and publish an APK in the Google Play store.

  • After Ad-Hoc is selected, Visual Studio opens the Signing Identity page of the dialog as shown in the next screenshot. To publish the. APK must first be signed with a signing key (also referred to as a certificate). An existing certificate can be used by clicking the Import button and then proceeding to Sign the APK.
    Otherwise, click click the + button to create a new certificate:

Create a New Certificate

After Ad-Hoc is selected, Visual Studio opens the Signing Identity page of the dialog as shown in the next screenshot. To publish the. APK must first be signed with a signing key (also referred to as a certificate). An existing certificate can be used by clicking the Import button and then proceeding to Sign the APK. Otherwise, click click the + button to create a new certificate:

The Create Android Key Store dialog is displayed, use this dialog to create a new signing certificate that can use for signing Android applications. Enter the required information (outlined in red) as shown in this dialog:

The resulting Keystore resides in the following location: (Save Them)
C:\Users\USERNAME\AppData\Local\Xamarin\Mono for Android\alias\alias.Keystore
For example, the above steps might create a new signing key in the following location:
C:\Users\USERNAME\AppData\Local\Xamarin\Mono for Android\chimp\chimp.Keystore

When Create is clicked, a new key store (containing a new certificate) will be saved and listed under Signing Identity, and you should add the key file to the project on the folder KeyApk as shown in the next screenshot:

To publish an app on Google Play, click Cancel and go to Part 3. To publish ad-hoc, select the signing identity to use for signing and click Save As to publish the app for independent distribution. For example, the chimp signing identity (created earlier) is selected in this screenshot:

Next, the Archive Manager displays the publishing progress. When the publishing process completes, the Save As dialog opens to ask for a location where the generated. APK file is to be stored:

Now you are ready to submit your application to Google Play.

Reduce The APK Size

Users often avoid downloading apps that seem too large, This article describes how to reduce your APK size, which enables more users to download your app.

You often build a single APK to support all your target devices whenever possible, which might result in a very large APK due to files needed to support multiple screen densities or Application Binary Interfaces (ABIs). One way to reduce the size of your APK is to create multiple APKs that contain files for specific screen densities or ABIs. Gradle can create separate APKs that contain only code and resources specific to each density or ABI. To learn how to configure your build to generate multiple APKs follow this link https://developer.android.com/studio/build/configure-apk-splits.html

  • Follow the picture below and your Android option should be the same as the image below Do Not select the green color frame to leave it unchecked
  • After selecting Generate Package Per ABI and after the archive process is done open your Installed APK folder and you will see as below
(Generate Package Per ABI) Install type

Now Your APK is about 148 MB without the Google compressor once you submit it to the google play console it will be 93 MB to 105 MB.

Usually, you submit the red framed archive as the image below which is 148MB
instead of submitting it, you can submit 2 APKs to google play by uploading the Archives which are pointed by the Green arrow and is 93MB in size.

Frequently Asked Questions (FAQs)

Supposed to be commonly asked issues, questions & troubleshoot tricks are in this section.

How To Set Custom API

In the event that there is any addition or modification to a new connection with API and you need information such as the Website URL, ServerKey, UserId, and AccessToken, you can use the class CustomApiModel.cs that contains this information.

When you want to use API with connection type “POST” you can see this example:

When you want to use API with connection type “GET” you can see this example:

How I can have custom work for this application?

Once You decide to customize your application and change many things or add something new #ScriptSun is your best Freelancing opportunity, Turn Your ideas into reality.

Open a custom work ticket Here.

The App Crashes When You Open It

We always ensure that the latest version of the application is used, and also in each new version, a new CERT encrypted key from the DoughouzLight Checker must be used.

Set Up Device For Development

This article will discuss how to setup an Android device and connect it to a computer so that the device may be used to run and debug Xamarin.Android applications.
By now, you’ve probably seen your great new application running on the Android emulator, and want to see it running on your shiny Android device. Here are the steps involved with connecting a device to a computer for debugging:

  1. Enable Debugging on the Device – By default, it will not be possible to debug applications on an Android device.
  2. Install USB Drivers – This step is not necessary for OS X computers. Windows computers may require the installation of USB drivers.
  3. Connect the Device to the Computer – The final step involves connecting the device to the computer by either USB or WiFi.

Enable Debugging on the Device

Enable USB Debugging mode on Android 12L, 11, 10, Pie, Oreo, Nougat, Marshmallow, or any version using our easy steps guide. Enable developer options and USB debugging from a PC using this simple tutorial. USB Debugging (also called Developer mode or Android debug mode) is used for the connection between an Android device and your computer using Android SDK.

You can easily turn on the Developer options or the USB debugging on any Android smartphone including Samsung Galaxy phones, Google Pixel, Sony, Motorola, Xiaomi Redmi, Huawei, One Plus, Oppo, Vivo, HTC, Honor, Kindle fire, Asus, LG, Lenovo, Micromax and many more.

Using ADB command prompt window or a few tricks, you can turn on the USB debugging mode on broken screen phone, hard bricked phone, dead phone, FRP locked phone, password locked, black screen phone, boot-loop phone, etc. In this guide, we’ll discuss the step-by-step procedure on how to enable USB debugging mode on any Android smartphone and tablet.

Android 9/10/11/12

USB debugging mode is available under the Developer options. But from Android 9 Pie, the developer options are hidden. So firstly you need to unlock it to access the debugging mode.

  • Open the apps panel on your phone and launch the Settings app.
  • On the next screen, scroll down to the bottom and open the System.
  • In System, open the About Phone section.
  • Under the About Phone section, look for the Build number.
  • Just tap on Build number 7 times. It’ll show you a countdown message saying, “You’re 4,3,2,1 steps away from being a Developer”.
  • Tap on the Build number until it shows a message saying, ” You are now a developer”.
  • As soon as you receive this message, the Developer options will get unlocked in your About Phone section.
  • So go back to the About phone section, and click on the Advanced option.
  • The advanced options will not be available on some phones, so those phones directly go to the next step.
  • Look for the Developer options and open them.
  • Under Developer options, you can find and enable USB debugging mode.

Install USB Drivers

This step is not necessary for OS X. Just connect the device to the Mac with a USB cable.
It may be necessary to install some extra drivers before a Windows computer will recognize an Android device connected by USB.

Info

These are the steps to set up a Google Nexus device and are provided as a reference. Steps for your specific device may vary but will follow a similar pattern. Search the internet for your device if you have trouble.

Download the USB Drivers

Google Nexus devices (with the exception of the Galaxy Nexus) require the Google USB Driver. The driver for the Galaxy Nexus is distributed by Samsung.

All other Android devices should use the USB driver from their respective manufacturer.
Install the Google USB Driver package by starting the Android SDK Manager, and expanding the Extras folder, as can be seen in the following screenshot:

Check the Google USB Driver box, and click the Install button.

Connect the Device to the Computer
The final step is to connect the device to the computer. There are two ways to do so:

  • USB cable – This is the easiest and most common way. Just plug the USB cable into the device and then into the computer.
  • WiFi – It is possible to connect an Android device to a computer without using a USB cable, over WiFi. This technique requires a bit more effort but could be useful when there is no USB cable or the device is too far away for a USB cable. Connecting via WiFi will be covered Here.

Now Your device will appear in the Debug section click start and the application will be deployed to your own device and you can start your own test.

SHA-1 Fingerprint

To Display your SHA-1 Key You can use Portecle application then when to put your key and double click and copy the SHA-1 key hash from the dialog that you can use for Google maps integration or for social logins

Report Mode

How To Set your application Report Mode "API Testing"

You can set the variables below to True or False to start checking your API response from your server
if the API fails you will get a message box in your application with the error of the API.

Don’t forget to set the variable to false before releasing your app to google play.

Why I am getting such errors?

The reason behind the errors is simple so let’s explain to you why you may face API problems.

EX: I cannot upload a profile picture. I cannot see any news feed. I press on like but it’s not like on my website! all of these issues are miss behaving of the API from your server-side end.
Here are a few fixes you need to know.

  • Your server side is using Cloudflare which should be disabled by default.
  • Your Max Upload limit in your server is small it should be 150MB at least, for more info.
  • Disable Mode_security on your server side, for more info.
  • You are not using the last version of the PHP script.
  • Your WoWonder PHP script API functions have missing files or are not updated correctly.
  • Choose a good Hosting server such as Ultahost which installs all the plugins you need.

I set the report mode and I am getting an API issue so what’s next?

If you are facing any API issue from your server-side you will need to contact the PHP support team from the link below https://doughouzforest.ticksy.com and show them your API response as a screenshot.

Errors Guide

Suspended by Google Play Store because it is giving Applovin SDK error

when you have this message:

  • Policy Declaration – Data Safety Section: Device Or Other IDs Data Type – Device Or Other IDs (some common examples may include Advertising ID, Android ID, IMEI, BSSID, MAC address)
  • So you have to do the same with these steps in the image and then publish the application for review.

The file “obj\Debug\android\bin\packaged_resources” does not exist.

  • From Visual Studio go to "Tools -> Android -> Android SDK Manager". Once that opens, look in the “Extra’s” folder for “Android Support Library”. Make sure you have that checked, and if you do, make sure you have the latest. Update if necessary. Also, be sure you have installed all the SDKs from Android version 5.0 tell version 12 once you have selected all the APIs press on Install button, then accept terms.
  • After you are sure that you installed everything that you need and the problem still exists Copy your Wowonder folder to a small path like D://Wowonder or C://Wowonder then open the solution and build the application, the path must be small and not long

“java.exe” exited with code 1.

  • Right-click on Project >> Click on Android properties >> Click on Android Option >> Select Advanced Button >> Set Java Max Heap Size to 3G (or less if needed 1G)

“java.exe” exited with code 2.

  • You have the wrong information and authentication for your key
  • Or you Uncheck the checkbox from your project properties page and rebuild your application (This suggestion is not recommended)

Facing a lot of errors in code

Dear customer, there is no syntax error at all in our code. If you are seeing errors, then that means the visual studio IntelliSense is not working properly. So the fix for that will be, to try clean and rebuild. If it did not work then, please delete the bin and obj folders. close visual studio and relaunch the VS. And give it some time and then do a clean rebuild. If it did not work, then please delete the current version. Restart your laptop, download the new version extract it on the desktop and then try to open it and give it some time to restore PKGs. And then try to rebuild it. Visual studio intelligence will start working.

This purchase code is used on the different domain names.

As a buyer of our item, you are allowed to use the item only on one domain, so if you have one license of the item, you can use it on one domain, not more.
If you need to use it on the second domain you will need to buy a new license for it.

I don’t use the old domain anymore so what’s next?

If your old domain is not used anymore, or you want to change the old domain to a new one you need to ask our support team for “Domain Update” by opening a new ticket and writing the new domain and the old domain and the purchase code, and our support team will take a look and update it for you as soon as they reach your ticket.

For information and assistance, you can contact us to submit a ticket.

Bypass the SSL Error

There are few things to do when you get the SSL error on your app
  • Be sure you didn’t add HTTPS:// in your domain URL if it basically doesn’t support the SSL when you generated the cert key the first time. if it’s added by mistake then regenerate the cert key and add your domain as below: http://mywebsite.com without the SSL. so basically don’t write HTTPS:// if your website is HTTP://
  • Try to go to set these 2 variables to true in Wowonder >> AppSettings.cs

Change Connection Type

Right-click on Project >> Click on Android properties >> Click on Android Option >> Select Advanced Button and set the connection type as below

HTTPClient Implementation SSL/TLS Implementation Server
Android
Native TLS 1.2+
This should be the Default
Default
Default (Native TLS 1.2+)
This should be the Secondery
Managed
Managed TLS 1.0+
This is the last option you have

You should build the app and run it on each connection type and check if it works.

Host Server

Go To Your Host Control Panel

  1. Click the Cloudflare icon, located in the Domains section of your control panel.
  2. Click the Disable button to disable Cloudflare. EX: For Blue Host / EX: For Hostgator
  3. Disable your Mod-security on your Host server totally and don’t use it.
Note

If the problem still exists that means your main host is using a cloud system which prevents the application to connect to your website over SSL.

  1. Be sure you are not using a cloud host server or your mode-security is enabled you may need to contact your host provider to disable it totally for you.
  2. Change your host to a normal Host VPS or Detected server >> We recommend you to use the UltaHost.com Server which is 100% compatible with our application >> UltaHost

Help and Support

Faced a problem? Need assistance with the product? No worries – our customer support team is always ready to help you.

  • Support requests are being processed on business days from 9:00 to 18:00 (GMT +05.30) [generally] within 24h to 48h in the order they were received.
  • We suggest, while our team reviews your support request, please read the documentation that comes in the zip file of Codecanyon. You can download it from ThemeForest: https://codecanyon.net/downloads
  • We are in GMT+5:30 timezone. We address all the support queries 6 days weekly (Sunday off).
  • If any support ticket has no response from the item owner for 7 days, the ticket will be considered closed. If you need further assistance you can create another ticket or drop us an email asking to re-open the ticket for you.
  • Have pre-sales questions or concerns, please write to us via our website contact page
  • If you like our product and support then please drop a rate and write a review at: https://codecanyon.net/downloads 
Note: