• Resolved stevemaster92

    (@stevemaster92)


    Is it possible to register app subscribers having (anonymous) name and token without actually creating separate WP users in addition? Would Push Notifications for WP still work?
    Otherwise, my WP would waste space and have thousands of unnecessary users I don’t want.

Viewing 1 replies (of 1 total)
  • Plugin Author Delite Studio

    (@delitestudio)

    Hello,

    each token is associated with exactly one app subscriber. An app subscriber have 1 to N tokens. Users are automatically created with the Register API following this logic:

    • If the optional email parameter is not supplied an “anonymous” user is created, with role “App Subscriber” and without associated email address.
    • If the optional email parameter is provided a user is created with the specified address and role “App Subscriber.” A welcome email is automatically sent to that address with the login details. If an app subscriber was already registered with that email address it is no longer created, but it is associated with the new token.

    Note: Users who have specified the email address but have not confirmed it will not receive push notifications.

    So, no, Push Notifications for WordPress would not work without creating separate WordPress users.

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘App Subscribers without creating WP users’ is closed to new replies.