Get access to over 100 FireMonkey cross platform samples for Android, IOS, OSX, Windows, and Linux!

AppmethodComponentDelphiDemoFiremonkeyIOS

Encourage Users To Rate Your Delphi XE5 Firemonkey App In The App Store On IOS

| Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOS

Rate App Component Delphi Firemonkey IOS | Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOSDPF IOS was updated a couple days ago with a new component called TDPFRateApp and an accompanying demo called RateApp. What this component does is encourage your users to visit the App store and give a rating for your app. A lot of professional apps do this because usually people only go and rate an app if they don’t like it. This leads to only people who have problems rating your app and you getting low ratings. When you use the TDPFRateApp component it encourages the people who like your app to also go and rate your app (hopefully 5 stars!) leading to higher ratings overall on the app store. Be sure to implement this component or your own solution to help achieve a higher rating overall on the App store. This same idea applies to Android but at the moment this component is IOS only.
procedure TFRateApp.DPFButton1Click( Sender: TObject );
var
r: TDPFRateAppState;
begin
r := DPFRateApp1.CheckRateApp( true );
if r = raRated then
DPFLabel1.Text := 'Rated'
else if r = raNoThanks then
DPFLabel1.Text := 'No, Thanks'
else if r = raRemindMeLater then
DPFLabel1.Text := 'Remind Me Later'
else
DPFLabel1.Text := 'Unknown';

end;
Download the full IOS component suite and check out the rate app component.

Have Delphi Firemonkey questions? Ask and get answers on StackOverflow.

Related posts
DelphiDemoFiremonkeyLinuxOSXShowcaseWindows

AutoBlogAI: FireMonkey Client To Leverage LLMs And Generative AI For Blogging

DelphiFiremonkeyShowcaseUtilityWindows

Unleashing Creativity With Song Writer AI: A Deep Dive

DelphiFiremonkeyShowcaseWindows

How To Build Stable Diffusion Text To Image Prompts

AndroidC++BuilderDelphiFiremonkeyIOSOSXWindows

FireMonkey 10.4.2 Features Updated iOS 14, Android 11, And macOS 11 Support Plus Hundreds Of Fixes

Sign up for our Newsletter and
stay informed

Leave a Reply