Search found 19 matches

Go to advanced search

by Tiago Martins
Sat Nov 18, 2017 12:13 pm
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11009
 
Jump to post

how to use onesignal plugin push notificacions

Hi, I'm using "Onesignal Push Notifications" plugin version 2.0.11

https://ufile.io/syp05
(my version - link deleted after 30days!)

https://github.com/OneSignal/OneSigna...
(last version)

BR
Tiago

by Tiago Martins
Sat Nov 18, 2017 12:00 pm
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11009
 
Jump to post

how to use onesignal plugin push notificacions

HI, add onegsinal.startinit on the device ready event.

by Tiago Martins
Sat Nov 18, 2017 11:59 am
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11009
 
Jump to post

how to use onesignal plugin push notificacions

Hi,
Did you start the onesignal plugin in the "device ready" event?

window.plugins.OneSignal
.startInit("xxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx")
.endInit();

BR
Tiago

by Tiago Martins
Sat Nov 18, 2017 11:58 am
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11009
 
Jump to post

how to use onesignal plugin push notificacions

Hi Steve,

Did you start the onesignal plugin in the "device ready" event?

window.plugins.OneSignal
.startInit("xxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx")
.endInit();

Also add "SENDER_ID" parameter in the pushplugin (cordova plugins).

BR
Tiago

by Tiago Martins
Sun Jul 16, 2017 2:52 pm
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11009
 
Jump to post

how to use onesignal plugin push notificacions

Hi Rohan, yes, my app is working on iOS and Android.
Did you activate "PushPlugin" in the "Project/App Settings"?

by Tiago Martins
Tue May 30, 2017 11:18 pm
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11009
 
Jump to post

how to use onesignal plugin push notificacions

Hi, For now I'm sending notifications using onesignal site/account, but you can do it programmatically using their REST API. First you must add the onesignal cordoba plugin in appery resources. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1603719/onesignal1_inline.png?1496185337 after that enable...
by Tiago Martins
Sun May 28, 2017 9:38 pm
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11009
 
Jump to post

how to use onesignal plugin push notificacions

Hi Bruce, Plugin from onesignal is now working fine with my appery app. It's very easy to add it as cordova plugin in resources menu and use it in the app. I'm using this plugin to send push notifications. With it you can send unlimited notifications for free. The plugin works very well. If you need...
by Tiago Martins
Sat May 27, 2017 10:51 am
Forum: Issues
Topic: how to use onesignal plugin push notificacions
Replies: 45
Views: 11009
 
Jump to post

how to use onesignal plugin push notificacions

Hi,

Anyone know how to use ONESIGNAL push notificacions plugin with APPERY app?
An example would be appreciated. Thanks

by Tiago Martins
Tue May 17, 2016 9:42 pm
Forum: Issues
Topic: generic custom implementation service, retrieve records from database, limit
Replies: 8
Views: 973
 
Jump to post

generic custom implementation service, retrieve records from database, limit

I know, I'm not asking you to debug my code. I already check that my code returns more than 100 records, but only display 100 records when mapping this to grid or list.

How can I define limit parameter in a Javascript service?

by Tiago Martins
Mon May 16, 2016 9:16 pm
Forum: Issues
Topic: generic custom implementation service, retrieve records from database, limit
Replies: 8
Views: 973
 
Jump to post

generic custom implementation service, retrieve records from database, limit

no, I'm not using limit (even i don't know how to define it in a js implementation), I think that's why it returns only 100 records. no?

Go to advanced search