Git Product home page Git Product logo

Comments (18)

appsol1 avatar appsol1 commented on May 25, 2024 1

I just came across this awesome module for push notifications. Works like a charm but unfortunately suffering from this same issue @DFoxinator reported. Any idea when it could be fixed? Its like a show stopper for us :(

from ti.goosh.

progress44 avatar progress44 commented on May 25, 2024 1

hopefully this week :)

from ti.goosh.

kopiro avatar kopiro commented on May 25, 2024

@DFoxinator The first thing that I can imagine is that the PushHandlerActivity doesnt finish itself when it's called. I'll investigate on it

from ti.goosh.

DFoxinator avatar DFoxinator commented on May 25, 2024

@kopiro awesome, thanks, much appreciated. Let me know if you'd like me to test anything.

from ti.goosh.

DFoxinator avatar DFoxinator commented on May 25, 2024

@kopiro any further ideas on this? I ended up going back to a custom built version of the module because that seemed to work better (mainly because of this issue).

from ti.goosh.

DFoxinator avatar DFoxinator commented on May 25, 2024

@kopiro sorry to bother you again about this but I'm curious if anyone else is seeing this issue or if it has been fixed? We were seeing it a lot and are still stuck on a non-official version of this plugin because of it. I would love to be able to use the latest one.

from ti.goosh.

kopiro avatar kopiro commented on May 25, 2024

@DFoxinator not yet. maybe next week.

from ti.goosh.

appsol1 avatar appsol1 commented on May 25, 2024

Great 👍 Our app release can wait for it to be fixed then :D

from ti.goosh.

kopiro avatar kopiro commented on May 25, 2024

@DFoxinator or @appsol1 I need a base app that has this issue.
I can't replicate.

from ti.goosh.

DFoxinator avatar DFoxinator commented on May 25, 2024

@kopiro do you need the source code for an app or would an APK of an app that has the issue work?

My app is kind of a mess/it would be very hard to decipher the code at this point, but I can easily put together an APK with the version that shows the black screen so you can see it happening and try to find consistent reproduction steps. Please let me know if that would help.

from ti.goosh.

DFoxinator avatar DFoxinator commented on May 25, 2024

Or the other option is I can try to see if I can find a simple test case that shows the issue, but I'm not sure how difficult that will be being that you weren't able to reproduce it. Hopefully maybe @appsol1 as a simpler case that demonstrates the issue.

from ti.goosh.

kopiro avatar kopiro commented on May 25, 2024

Can you just show me the code are you using to register the push notifications?
For example, are you registering in the alloy.js file or something other?

from ti.goosh.

kopiro avatar kopiro commented on May 25, 2024

@DFoxinator could you just try the latest build? v2.0.2
NB: is just a test, 'cause I can't replicate :)

from ti.goosh.

DFoxinator avatar DFoxinator commented on May 25, 2024

@kopiro awesome, thanks for the new build, I will start testing it right now and report back later.

My app doesn't use Alloy and is pure JavaScript.

For registering, this code runs once when the app starts in my app.js file:

var TiGoosh = require('ti.goosh');
TiGoosh.registerForPushNotifications({
	callback: function(e) {
    	         receivePush(e);
	},
	success: function(e) { },
	error: function(err) { }
}); 

from ti.goosh.

DFoxinator avatar DFoxinator commented on May 25, 2024

@kopiro just to give you an update - I've done some basic testing and so far so good! I plan to do a lot more testing in the beginning of this week so I'll keep you updated. In the past it sometime seemed to take a while to show up, but I'll try to confirm the bug is gone with some more thorough testing. Thanks again.

from ti.goosh.

kopiro avatar kopiro commented on May 25, 2024

@DFoxinator any news?

from ti.goosh.

DFoxinator avatar DFoxinator commented on May 25, 2024

@kopiro sorry for my slow response! I think the bug is gone. I got one similar report but it was probably caused by something else and overall it seems great. Thanks a bunch and I would say this is good to go.

from ti.goosh.

kopiro avatar kopiro commented on May 25, 2024

Yee! 👍

from ti.goosh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.