Skip to content

Commit

Permalink
Move to tryapp.github.io from developer insider
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetchoudhary committed Oct 6, 2016
1 parent e4a57f9 commit 40e7c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ -(void)restClient:(DBRestClient *)restClient loadedSharableLink:(NSString *)link

//create short url
GooglURLShortenerService *service = [GooglURLShortenerService serviceWithAPIKey:@"AIzaSyD5c0jmblitp5KMZy2crCbueTU-yB1jMqI"];
[Tiny shortenURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://www.developerinsider.in/assets/pages/iOSDistribution.html?url=%@",requiredLink]] withService:service completion:^(NSURL *shortURL, NSError *error) {
[Tiny shortenURL:[NSURL URLWithString:[NSString stringWithFormat:@"https://tryapp.github.io?url=%@",requiredLink]] withService:service completion:^(NSURL *shortURL, NSError *error) {
NSLog(@"Short URL - %@", shortURL);
appShortSharedURL = shortURL;
if (textFieldEmail.stringValue.length > 0) {
Expand Down

0 comments on commit 40e7c2e

Please sign in to comment.