Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 24    Views: 126

feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
01/28/14 12:00 PM (11 years ago)

Parse Push Channel Subscriber now released on BT Market

Hey I finally have this all set up for ios 2.0, 3.0 and Android 2.0 and 3.0. Chris1 is the guy that made this happen! So big shout out to him! This plug in is used for users to subscribe to push notification channels. The simplest way to start sending notifications is using channels. This allows you to use a publisher-subscriber model for sending pushes. Devices start by subscribing to one or more channels, and notifications can later be sent to these subscribers. Heres a video showing you how it works - http://www.youtube.com/watch?v=U3cC_ZouQDI&feature=youtu.be You can create a screen for subscribing or unsubscribing to each channel you create. Make sure that your channels do not have spaces. You must install parse correctly for this to function properly. Here are how to documents for iOS and android. Please contact me at the email provided if you are having trouble. There are several steps to installing parse. After you install correctly push will not work until you have generated and set up your push certificates. heres a tutorial showing you how. https://parse.com/tutorials/ios-push-notifications how to doc iOS- https://drive.google.com/file/d/0B1LLiM88XN8wMDhLS2tTdUZIeG8/edit?usp=sharing how to doc android- https://drive.google.com/file/d/0B1LLiM88XN8wT0RTcXRYenlHUzg/edit?usp=sharing For push notifications to work properly you must also make sure you set up push through the apple developers account and parse.com this first part of this tutorial shows you how. https://www.parse.com/tutorials/ios-push-notifications If you have questions just message me. Cheers!
 
LeonG
Apple Fan
Profile
Posts: 694
Reg: Nov 08, 2011
Hamburg
17,740
like
01/28/14 02:39 PM (11 years ago)
Very nice, just bought it and will try it out on my next app update!
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
01/28/14 02:39 PM (11 years ago)
Thanks let me know if you need help
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
01/28/14 05:13 PM (11 years ago)
Thanks, I heard Parse is free, will have to look into it.
 
MacApple
Apple Fan
Profile
Posts: 4675
Reg: Oct 25, 2010
USA
61,150
like
01/28/14 05:31 PM (11 years ago)
That's neat. Might try and drop in an app this week, good stuff. Have something I can use this for right now. You have it live in an app just now? @Niraj - Parse is free to use but only for 1,000,000 per month I think. Used it in all my old apps then stopped when Facebook bought 'em.
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
01/28/14 05:33 PM (11 years ago)
Yes an app for a client called Finest 10-13 bulletin board.
 
MacApple
Apple Fan
Profile
Posts: 4675
Reg: Oct 25, 2010
USA
61,150
like
01/28/14 05:35 PM (11 years ago)
Will grab it. This could save me a ton of time. Good man.
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
01/29/14 01:34 AM (11 years ago)
Nice plugin! I've always liked Parse but having a plugin handy like this is awesome! I'll definitely be purchasing!
 
nvn
Aspiring developer
Profile
Posts: 12
Reg: Mar 20, 2013
Burgas
10,770
like
01/30/14 09:44 AM (11 years ago)
Great plugin..10x. Can you post hq video please >360p.
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
01/30/14 10:06 AM (11 years ago)
Yes as soon as i get a chance. Thanks!
 
nvn
Aspiring developer
Profile
Posts: 12
Reg: Mar 20, 2013
Burgas
10,770
like
01/31/14 06:29 AM (11 years ago)
//repost.sorry
 
NCbuzz
Code is Art
Profile
Posts: 575
Reg: Sep 11, 2013
Lillington, NC
11,100
like
01/31/14 12:13 PM (11 years ago)
When I first heard about this plugin on self-hosted v2, I was wondering if/when it would be out for BT Hosted V3. I picked up this from the market this week, and it works great (running on iPhone 5-iOS7). My review is posted: https://www.buzztouch.com/plugins/plugin.php?pid=F9854C49736CA189F823F66
 
LeonG
Apple Fan
Profile
Posts: 694
Reg: Nov 08, 2011
Hamburg
17,740
like
02/05/14 10:02 AM (11 years ago)
It works! Thx for this, very very useful!
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
02/05/14 10:09 AM (11 years ago)
Yay I love when it works!
 
NCbuzz
Code is Art
Profile
Posts: 575
Reg: Sep 11, 2013
Lillington, NC
11,100
like
03/29/14 10:19 AM (11 years ago)
How would I add a text item on the screen following the list of channels? I would like to add some text (I can hard-code the text) that explains a little about the Channel options to the user. Since the screen (crparsechannels.m) seems to be built as a menu- no xib to edit, is it possible to still add?
 
Worker73
Android Fan
Profile
Posts: 419
Reg: Feb 06, 2012
Austria, Klagen...
4,490
like
04/19/14 06:19 AM (11 years ago)
Need Help with Parse Integration... i have no "BT_activity_roots_tab.java"... Ive tryed: MYAPP_appDelegate.java BT_activity_host.java and BT_activity_start.java.. When i recive an Message on my Phone and i Touch it, the App Crahes on Open with: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.MYAPP/com.MYAPP.BT_activity_host}: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2245) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2295) at android.app.ActivityThread.access$700(ActivityThread.java:150) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1280) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:175) at android.app.ActivityThread.main(ActivityThread.java:5279) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251) at java.util.ArrayList.get(ArrayList.java:304) at com.MYAPP.BT_application.getHomeScreenData(BT_application.java:472) at com.MYAPP.BT_activity_host.setupTabs(BT_activity_host.java:390) at com.MYAPP.BT_activity_host.configureEnvironment(BT_activity_host.java:355) at com.MYAPP.BT_activity_host.onCreate(BT_activity_host.java:131) at android.app.Activity.performCreate(Activity.java:5283) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1097) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2209) ... 11 more After the App Crashed i can Open it instantly ... ;-( Any Idea someone?
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
04/19/14 06:35 AM (11 years ago)
android 3.0 or 2.0?
 
Worker73
Android Fan
Profile
Posts: 419
Reg: Feb 06, 2012
Austria, Klagen...
4,490
like
04/19/14 07:14 AM (11 years ago)
Android 3 on Self hosted. ...
 
Worker73
Android Fan
Profile
Posts: 419
Reg: Feb 06, 2012
Austria, Klagen...
4,490
like
04/27/14 02:49 AM (11 years ago)
Any News?
 
LeonG
Apple Fan
Profile
Posts: 694
Reg: Nov 08, 2011
Hamburg
17,740
like
05/08/14 11:25 AM (11 years ago)
same problem here! Any chance you get this fixed Feraco? Always something with Android...
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
05/08/14 11:27 AM (11 years ago)
here is updated xml I had to delete some google cloud messaging code. https://drive.google.com/file/d/0B1LLiM88XN8wNGE3NTZ0eTIzbE0/edit?usp=sharing Let me know when you get it to work!!
 
Worker73
Android Fan
Profile
Posts: 419
Reg: Feb 06, 2012
Austria, Klagen...
4,490
like
05/08/14 11:35 AM (11 years ago)
At the Moment it works with the fix...
 
LeonG
Apple Fan
Profile
Posts: 694
Reg: Nov 08, 2011
Hamburg
17,740
like
05/08/14 11:53 AM (11 years ago)
still crashes immediately at the start :( Is it correct that I added everything (apart from the manifex xml part) to the BT_activity_start.java or does it have to go somewhere else or additionally?
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
05/08/14 12:49 PM (11 years ago)
BT activity host
 
feraco
Aspiring developer
Profile
Posts: 705
Reg: Jan 23, 2012
nyc
15,050
like
05/08/14 01:24 PM (11 years ago)
Pm me and I'll help you.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.