(IMAB) Website Converter Convert your website to app

WebSite Converter

Splashscreen not created yet, please create an icon using the Splashscreen
Site converter is configuring cordova so that it produces like a site converter, it does not use ionic or other code. You can compile using cordova or phonegap

Select type webview

Write your site address

Copy all app/game files to the folder:

/home/ihsanane/public_html/imabuilder3/demo/outputs/ima-quote-app/webconverter/www/html

StatusBar

Set the status bar style

Set the background color of the statusbar


Notification

Select push notification plugin

OneSignal Push Notification

Sender ID from your Cloud Messaging, available in Firebase Console also known as the Google Project Number

Your OneSignal AppId, available in OneSignal

Firebase Cloud Messaging

You can download `google-services.json` file from Firebase console


Advertisement

Admob Free

Please see the App settings section on the AdMob portal

Please see the Ad units menu on the AdMob portal

Instructions

How to use Web Converter

  1. Goto DashboardApp, then create new project
  2. Then goto Helper ToolsIcon Generator, then create new icon for your app
  3. Then goto Helper ToolsSplashscreen, then create new splashscreens for your app
  4. Next, goto Helper ToolsWebsite Converter, then complete the required fields
  5. Run Node.JS command prompt, Then follow this commands below:
    • Browse to the newly created folder:
      cd "/home/ihsanane/public_html/imabuilder3/demo/outputs/ima-quote-app/webconverter"
    • Add platform do you need
      cordova platform add android@latest
    • Prepare whatever is needed
      cordova prepare android
    • Build your project
      cordova build android
  6. Create AAB File (Android App Bundle) to publish on Google Play Store, follow this command:

    1. Just go to your project folder:
      cd "/home/ihsanane/public_html/imabuilder3/demo/outputs/ima-quote-app/webconverter"
    2. Then build your cordova project:
      cordova build android --release -- --packageType=bundle
    3. Let's generate our private key using the keytool command that comes with the JDK, For app already exist in playstore, you can use old key file rename to: ima-quote-app.keystore

      keytool -genkey -v -keystore "ima-quote-app.keystore" -alias ima_quote_app -keyalg RSA -keysize 2048 -validity 10000
    4. To sign the unsigned Android App bundle (.aab), run the jarsigner tool which is also included in the JDK

      jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore "ima-quote-app.keystore" "platforms/android/app/build/outputs/bundle/release/app-release.aab" ima_quote_app

Link and URL Scheme

You can use the code below on your website

NameExample
AppBrowser<a href="https://ihsana.com/imabuilder3/" target="_blank">AppBrowser</a>
Download<a href="https://ihsana.com/imabuilder3/userfiles/documents.zip" target="_system">Link</a>
WhatsApp<a href="https://api.whatsapp.com/send?phone=6285156056312&text=Hallo" target="_system">Whatsapp</a>
Twitter<a href="twitter://post?message=Hallo" target="_system">Twitter</a>
SMS<a href="sms:6285156056312" target="_system">SMS</a>
Telp<a href="tel:6285156056312" target="_system">Telp</a>
Email<a href="mailto:info@ihsana.com" target="_system">Email</a>
Line<a href="line://msg/text/Hello" target="_system">Line</a>
Playstore<a href="market://details?id=com.imabuilder.ihsanaitsolution.testwebconverter" target="_system">Playstore</a>
AppStore<a href="https://apps.apple.com/us/app/xxxx/id123456" target="_system">AppStore</a>
GEO/MAP (Android)<a href="geo:?q=Jakarta" target="_system">GEO</a>
GEO/MAP (iOS)<a href="maps://?q=Jakarta" target="_system">GEO</a>
Facebook<a href="https://facebook.com/sharer/sharer.php?u=https://yourwebsite" target="_system">Facebook</a>