We notify whenever a post is made by people/handles that you follow.
For users - you will get notified when publishers post a new video or link. This will keep you posted about latest videos and links and shadow banning will not work on you.
For publishers -
1. Post a link of your video
2. Your followers on the app will immediately get notified
3. We dont suggest any other video to users, hence you video will be visible to your followers directly
4. Bypass shadow banning or notification failure from existing platforms
5. To publish your links and notify your followers, get your posting page created by contacting us at contact.notifyme2022@gmail.com
6. Generally speaking, "your video link gets demoted when people report and as a result your video doesnt reach your audience - on exiting platforms", in NotifyMe, we make sure that your video is visible to your followers for certain.
The app's main purpose is to send videos directly to audience, bypassing shadow ban and notification failure.
The app logic -
1. Website link - ...com/handle
2. Open playstore if app not installed (from javascript)
3. Or open app, if already installed
4. In App -
a. Send handle, deviceID, and userid to server
b. Update deviceID, update follow table with handle and userid
c. If userid is null then generate userid and send back to app
d. Load html page in webview with links from post table
e. Embed videos in html iframes
Post new video -
1. Send link to server along with url param for a given handle (i.e. - ...com/post?)
2. Update post table with video link for the handle for a given param value
Notification Engine
1. Look for new posts in post table with flag not processed - in a while loop
2. Send FCM notification
3. Update flag to processed
For users - you will get notified when publishers post a new video or link. This will keep you posted about latest videos and links and shadow banning will not work on you.
For publishers -
1. Post a link of your video
2. Your followers on the app will immediately get notified
3. We dont suggest any other video to users, hence you video will be visible to your followers directly
4. Bypass shadow banning or notification failure from existing platforms
5. To publish your links and notify your followers, get your posting page created by contacting us at contact.notifyme2022@gmail.com
6. Generally speaking, "your video link gets demoted when people report and as a result your video doesnt reach your audience - on exiting platforms", in NotifyMe, we make sure that your video is visible to your followers for certain.
The app's main purpose is to send videos directly to audience, bypassing shadow ban and notification failure.
The app logic -
1. Website link - ...com/handle
2. Open playstore if app not installed (from javascript)
3. Or open app, if already installed
4. In App -
a. Send handle, deviceID, and userid to server
b. Update deviceID, update follow table with handle and userid
c. If userid is null then generate userid and send back to app
d. Load html page in webview with links from post table
e. Embed videos in html iframes
Post new video -
1. Send link to server along with url param for a given handle (i.e. - ...com/post?)
2. Update post table with video link for the handle for a given param value
Notification Engine
1. Look for new posts in post table with flag not processed - in a while loop
2. Send FCM notification
3. Update flag to processed
Show More