My Blog

Menu

Push Notification

Posted:November 24, 2021.

Push Notification (https://ionicframework.com/docs/native/push/)

1)Install plugin 
    a)ionic cordova plugin add phonegap-plugin-push --variable SENDER_ID=XXXXXXXXX(SENDER_ID from FireBase console)
    b)npm install --save @ionic-native/push
2)Intialize Push
    a)const options: PushOptions = {android: {senderID: 'XXXXXXXXX'},ios: {alert: 'true',badge: true,sound: 'false'},windows: {}};
    

[Read More]

Native Storage

Posted:November 24, 2021.

Native Storage (https://ionicframework.com/docs/native/native-storage/)

1)Set storage value
    this.storage.set('searchedArea', address);
2)Get storage value
    this.storage.get('buyerId').then((val) => {if(val!=null){console.log(val);}else{}});
3)Get multiple values
      this.storage.forEach( (value, key, index) => {console.log(key:value);}),
4)Error
    a)DataCloneErro

[Read More]

Events-Update another component from current

Posted:November 24, 2021.

Events (https://ionicframework.com/docs/api/util/Events/)

Events is a publish-subscribe style event system for sending and responding to application-level events across your app.

1)Import Event 
    import { Events } from 'ionic-angular';
2)Declare in constructor 
    public events: Events
3)Event publish responding application-level events
       events.subscribe('user:created', (user, t

[Read More]

Google Maps

Posted:November 24, 2021.

Google Maps

i)Get Gps location (https://ionicframework.com/docs/native/geolocation/)
    1)Install Plugins
        a)ionic cordova plugin add cordova-plugin-geolocation     
        b)npm install --save @ionic-native/geolocation    
    2)Get Current Location Latitude and lagintude like below
       this.geolocation.g

[Read More]

About

Aapthi Technologies,Hyderabad offers a complete range of web solutions including web designing, developing, web hosting, Internet marketing and many more. With our electrifying presence, we have swirled the scenario of web solutions. We consistently invigorate our skill-set and tech-expertise and work with a high-level of integrity. Our keen-eye on emerging trends of online business as well as technical spheres has empowered us to render the most innovative solutions. Persistent development is the key drive of Aapthi Technologies, be it in terms of infrastructure, skill-set or technology. Team Aapthi Technologies, is fully committed to render back hundred percent value for the money paid by client.

Social Links

Our Bunker

Plot No -596, Near Reliance Fresh,
Vivekananda nagar colony, Kukatpally,
Hyderabad - 500072, India.