[ios]: Use the TestFlight URL in About->Rate the app

We don't have AppStore link yet. Replace MAPS.ME AppStore link with
our TestFlight URL.

See #304

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2021-04-10 20:32:43 +03:00
parent 7e2dbf1045
commit ec902380f5

View file

@ -85,7 +85,7 @@
- (void)rateApp
{
NSString * urlString = @"https://itunes.apple.com/app/id510623322?action=write-review";
NSString * urlString = @"https://testflight.apple.com/join/62l4Qh2K";
NSURL * url = [NSURL URLWithString:urlString];
[self openURL:url options:@{} completionHandler:nil];
}