# Push Notifications access not working

**URL:** https://community.glideapps.com/t/push-notifications-access-not-working/61549
**Category:** Ask for Help
**Created:** [May 10, 2023, 12:03am UTC](https://community.glideapps.com/t/push-notifications-access-not-working/61549 "2023-05-10T00:03:38Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Biotech\_Sol](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/biotech_sol/32/58480_2.png) [@Biotech\_Sol](https://community.glideapps.com/u/Biotech_Sol)
#### Post date: [May 10, 2023, 12:03am UTC](https://community.glideapps.com/t/push-notifications-access-not-working/61549/1 "2023-05-10T00:03:38Z")

</div>

We are created a button that uses an action change to request for push notifications and another one that grant access in the table with access checkpoint. But it is not working.

 ![Screen Shot 2023-05-09 at 9.00.05 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/4/d404aecb4ad22f37eb661bfb9b078a40ed7023b0.png)  
 ![Screen Shot 2023-05-09 at 9.00.21 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/f/5f4bfecbe79dcab5627fd8936ec1960451545f72.png)  
 ![Screen Shot 2023-05-09 at 9.00.44 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/8/f88475e5f2870745f977c168716306c69c4b4751.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 10, 2023, 11:25pm UTC](https://community.glideapps.com/t/push-notifications-access-not-working/61549/2 "2023-05-10T23:25:59Z")

</div>

Can you clarify what you mean by “not working”? Does Glide send the request to allow push notifications to the devices? If yes, have they allowed it but the value does not get pushed to the Notifications Access column?

Also, it seems like your Notifications Access column is a calculated column, not a basic one. Can you clarify on that?

---

<div class="post-metadata">

### Author: ![Biotech\_Sol](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/biotech_sol/32/58480_2.png) [@Biotech\_Sol](https://community.glideapps.com/u/Biotech_Sol)
#### Post date: [May 11, 2023, 3:07am UTC](https://community.glideapps.com/t/push-notifications-access-not-working/61549/3 "2023-05-11T03:07:28Z")

</div>

We have a ‘notification access’ table in the user profile. This table is set to recognize if ‘push notifications are granted’. To do this, we have a button labeled ‘allow push notifications’. This button requests to ‘send push notifications’ and updates the user table with ‘push notifications are granted’.

We’ve also set an action to trigger a notification if a certain condition is met, in our case, if a variable equals 1.

The issue we are encountering is that when we use the app on our phones, the system doesn’t prompt us to allow push notifications after pressing the ‘allow push notifications’ button. Likewise, the user table doesn’t reflect any changes. This behavior persists across different user profiles when accessed through the glide constructor.

The application is still in private mode and hasn’t been made public yet.

We need help to understand why these issues are happening and how to resolve them.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 12, 2023, 12:01am UTC](https://community.glideapps.com/t/push-notifications-access-not-working/61549/4 "2023-05-12T00:01:43Z")

</div>

> [@ThinhDinh](#):
>
> Also, it seems like your Notifications Access column is a calculated column, not a basic one. Can you clarify on that?

You still haven’t answered this, I think? Shouldn’t you write the “notification access” boolean to a normal boolean column, or are you using this as a column itself?

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/7/a7ed4017327b6bb72ad7f9d4ccfe4029e7a7a9c3.png)

I did use this same action a while ago, writing to a normal column, and it works normally.

Please also make sure you’re on the right iOS version. Can you clarify what version are you on?

---

<div class="post-metadata">

### Author: ![Biotech\_Sol](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/biotech_sol/32/58480_2.png) [@Biotech\_Sol](https://community.glideapps.com/u/Biotech_Sol)
#### Post date: [May 13, 2023, 1:14pm UTC](https://community.glideapps.com/t/push-notifications-access-not-working/61549/5 "2023-05-13T13:14:14Z")

</div>

Hi, the column is this:

 ![Screen Shot 2023-05-13 at 10.13.09 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/1/b1b71352269266997531aeb78701dfcff65f3607.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 13, 2023, 11:32pm UTC](https://community.glideapps.com/t/push-notifications-access-not-working/61549/6 "2023-05-13T23:32:24Z")

</div>

What if you use it as an action and write to a normal column, instead of using it as a column?
