forked from organicmaps/organicmaps
[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:
parent
7e2dbf1045
commit
ec902380f5
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue