Pgyer Docs
App Management

Members and Version Notifications

Invite developers or testers, manage invitation status, and configure version notifications and in-app update checks in Dashboard V2.

The Members tab in Dashboard V2 invites developers or testers and tracks invitation status. Version notifications also depend on whether the member accepted the invitation and on their account notification settings.

Add a Member

  1. Select the app and choose Members in the top navigation;
  2. Click Add Member;
  3. Choose a member type:
    • Developer: enter the email of an existing Pgyer account;
    • Tester: enter an email address or phone number;
  4. Enter one member at a time and send the invitation;
  5. The relationship becomes active after the recipient accepts through the email or SMS link.

The list shows role and invitation status. You can also resend an invitation or remove a member.

Dashboard V2 currently does not provide CSV bulk import for members. Add recipients individually and verify each invitation status.

Publisher Notification Channels

After a new version is uploaded, publishers can be notified via:

ChannelHow to Enable
EmailBind an email address and enable the corresponding switch in Notification Settings
SMSBind a phone number and enable the corresponding switch in Notification Settings
WeChatFollow the Pgyer WeChat official account and link your account — see the WeChat binding guide

To adjust account-level notifications, open Notification Settings from the account menu in the upper-right. Available channels and switches are the ones shown on that page.

In-App Update Checks

To check for updates inside your app and prompt users to upgrade, use the Pgyer API. The iOS and Android examples are in AppUpdateChecker; follow its README and the current API 2.0 documentation.

On this page