SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
01/28/16 06:22 PM (8 years ago)

Parse is going bye bye. You've got a year to migrate.

 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
01/28/16 07:35 PM (8 years ago)
Wow.. that is huge news :/
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
01/29/16 12:37 AM (8 years ago)
Since this is only Push notification that works for me, it would be fine if somebody make BT notifications to work without any problem. I wait for this more than a year, but nothing changes.
 
aquila198
buzztouch Evangelist
Profile
Posts: 473
Reg: Jul 22, 2011
location unknow...
10,330
like
01/29/16 04:37 AM (8 years ago)
If Parse was never bought by FB, I wonder if it would still be humming along. Good point Miku -
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
01/29/16 04:43 AM (8 years ago)
And that's why I wonder if anyone is capable to finnaly solve problem of push notifications on BT, apps without them have lesser chance.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
01/30/16 10:08 PM (8 years ago)
I think it's the server you self hosting on that has problemsa. Not sure if is actually buzztouch. What problems were you having?
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
01/31/16 01:45 AM (8 years ago)
Chris, here: <a href="https://www.buzztouch.com/forum/thread.php?tid=71C4BBC09B68D8972AE23BE&command=isSearching&currentPage=2&topicTitle=&createdBy=miku&repliedBy=&minViews=-1&maxViews=-1&minReplies=-1&maxReplies=-1&forumCategory=" target="_blank" rel="nofollow">https://www.buzztouch.com/forum/thread.php?tid=71C4BBC09B68D8972AE23BE&command=isSearching&currentPage=2&topicTitle=&createdBy=miku&repliedBy=&minViews=-1&maxViews=-1&minReplies=-1&maxReplies=-1&forumCategory=</a> is the thread in which you adviced me to use Parse instead. And I did and I am happy that Parse work on both Android and iOS. Can you tell what server problems might be possible? I can easily contact my provider and make changes this to work. I checked my self-hosted server has these outbound ports open: 1. TCP port 5223 (used by devices to communicate to the APNs servers) 2. TCP port 2195 (used to send notifications to the APNs) 3. TCP port 2196 (used by the APNs feedback service) 4. TCP Port 443
 
Arubaman
Aspiring developer
Profile
Posts: 636
Reg: Oct 20, 2011
Akron
16,910
like
01/31/16 10:36 AM (8 years ago)
At least parse will be releasing a self hosted server option, could be a good thing in the long run.
 
AussieRyan
Aspiring developer
Profile
Posts: 148
Reg: Mar 21, 2012
Margate, QLD Au...
1,480
like
01/31/16 04:14 PM (8 years ago)
Unfortunately, the Parse Server does not support Push Notifications. From their page (near the bottom of the page): https://parse.com/docs/server/guide#migrating "Push Notifications Parse Server does not implement any push notification functionality. We recommend migrating to a different push provider. You can export all your data in your app settings and grab the device tokens in the Installation class and upload it to another push provider. Alternately, you can also grab these tokens directly from your MongoDB under the installations collection. You will then need to publish a new version of your app replacing Parse’s push registration with the other service."
 
buzzbt
Android Fan
Profile
Posts: 233
Reg: Nov 14, 2011
las vegas
6,530
like
02/01/16 12:23 PM (8 years ago)
Hi all, Disappointed about it, btw optional you can switch to CloudKit for ios apps too https://developer.apple.com/icloud/
 
nadthevlad
Code is Art
Profile
Posts: 1025
Reg: Jun 07, 2012
Denver
21,850
like
02/02/16 09:30 PM (8 years ago)
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
02/06/16 03:20 AM (8 years ago)
But why to search for alternatives, if PN is inside BT? Today I tried again to create PN inside BT. I have valid .p12 certificate which works fine in Parse. I translated it to .pem. Whatever I do, always I got message in panel: "There are no iOS Devices registered. You can't send messages until devices are registered. Devices need to register as "Live" or "Design", depending on which mode you selected." Can anybody tell why this is not working?
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
02/07/16 07:33 PM (8 years ago)
Did you choose to allow push in the app when it asked? That's what registers the devices. I'm going to play with this also later. Also what kind of server are you using. A cheap shared server from a hosting provider might not be good enough. You might need something like a vps or dedicated server. Using the self hosted or even creating my own are my plans, so I don't have to deal with another service migration. Backendless looks pretty good too. Parse is recommending aws,etc, which parse was built on. I'm still going to stick with my own push service with bt or my own custom one.
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
02/08/16 12:57 AM (8 years ago)
In panel I have chosen to ask for PN, but when I start app, it doesn't ask. I think that server I use is gogod enough, I have plenty of Joomla sites installed, nothing went wrong so far. Ports: 1. TCP port 5223 (used by devices to communicate to the APNs servers) 2. TCP port 2195 (used to send notifications to the APNs) 3. TCP port 2196 (used by the APNs feedback service) 4. TCP Port 443 Parse works fine on iOS and Android.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
02/09/16 11:06 AM (8 years ago)
https://mobile.awsblog.com/post/Tx3NE69QDHI7LJK/Migrating-from-Parse-Push-to-Amazon-SNS Parse of course has better servers. I wouldn't think it would be any ports, it would be the capacity of your server if your server was the problem. My shared hosted works fine though too. What are the errors do you get?
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
02/10/16 03:27 AM (8 years ago)
I asked my provider and server is in top condition, among fastest. I don't get error, but I got message in panel: "There are no iOS Devices registered. You can't send messages until devices are registered. Devices need to register as "Live" or "Design", depending on which mode you selected." Looks that BT doesn't recognise any device.
 
Chris from Staffor...
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
like
02/20/16 03:55 AM (8 years ago)
I spent weeks trying to get BT push notifications working without success. The guides were out of date and nothing seemed to work. I hope that this is something that is being fixed in the all new Buzztouch whenever it appears that is.
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
02/20/16 10:03 AM (8 years ago)
Only few weeks? I try whole year, no one has answer why this in NOT working.
 
buzzbt
Android Fan
Profile
Posts: 233
Reg: Nov 14, 2011
las vegas
6,530
like
05/03/16 10:17 AM (7 years ago)
Hi there option going back to Parse SDK ? I have good news, for all of you who loved Parse backend, I just wanted to let you know that we’ve found out a nice BaaS service which offers 1GB free and hosts a Parse Dashboard, it’s called back{4}app and allows you to use the Parse SDK. Enjoy! Site: http://back4app.com
 

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.