warning:
AppboyKit (also known as the Objective-C SDK) is no longer supported and has been replaced by the Swift SDK. It will no longer receive new features, bug fixes, security updates, or technical support—however, messaging and analytics will continue to function as normal. To learn more, see Introducing the New Braze Swift SDK.
Refreshing the News Feed
note:
News Feed is being deprecated. Braze recommends that customers who use our News Feed tool move over to our Content Cards messaging channel—it’s more flexible, customizable, and reliable. Check out the migration guide for more.
You can manually request Braze to refresh the user’s News Feed in Appboy.h
using - (void) requestFeedRefresh;
. For example:
1
[[Appboy sharedInstance] requestFeedRefresh];
1
Appboy.sharedInstance()?.requestFeedRefresh()
For more information, see the Appboy.h
header file.