E-commerce Demo App using Ionic Portals
This is an example application built in iOS and Android. Both are using the same web resources for their Portals.
To try our Ionic Portals demo, both iOS and Android applications require you to input a Portals registration key. You may get a key by going to ionic.io/register-portals. Follow the instructions below to add your key to each platform demo application.
Get you registration key from ionic.io/register-portals, then uncomment the following line in AppDelegate.swift
and replace YOUR_KEY_HERE
with your key.
// Register Portals
PortalManager.register("YOUR_KEY_HERE");
Build and run the iOS app
Get you registration key from ionic.io/register-portals, then uncomment the following line in EcommerceApp.java
and replace YOUR_KEY_HERE
with your key.
// Register Portals
PortalManager.register("YOUR_KEY_HERE");
Build and run the Android app
Before you build the iOS or Android source you will need to build the web resource.
cd ./web
npm install
npm run build