-
Notifications
You must be signed in to change notification settings - Fork 181
AplicationPause #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It may not work with OnApplicationPause. Try to setup notification on application start. |
Humm. The problem is I can't setup a timer at the application start because if the user doesn't go to pause the app shouldn't give any notification. There is no workaround possible? |
You can continually create then delete the timer. So that if a person
backgrounds the app, the timer will fire.
…On Thu, Jul 5, 2018 at 11:10 PM pitaslayer ***@***.***> wrote:
Humm. The problem is I can't setup a timer at the application start
because if the user doesn't go to pause the app shouldn't give any
notification. There is no workaround possible?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#98 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAcvEwQn1WZcFSUU99BTMRVYlZjDYGyqks5uDv88gaJpZM4VDO5N>
.
|
I had the same issue and using the void OnApplicationFocus(bool hasFocus) solved it for me, in case this helps someone. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good Afternoon,
I'm trying to send an notification when the application goes to pause (OnApplicationPause) however it seems not to be working. However the rest of the code it is working.
Can you give me advice or help regarding this topic?
The text was updated successfully, but these errors were encountered: