2017-01-16 1 views
0

안하고 (앱 스토어에서 내 응용 프로그램에 대한 링크) 내 버튼의 창조이다 이걸 쓰려면? 요율 버튼을 탭하면 URL이 생성됩니까? 그렇다면 왜 작동하지 않는지도 모르겠다.속도 버튼을 여기에 아무것도

두 가지 :

1. My app just went live on the store (it's a puzzle game called Twinstones if you want to try it out). 
2. I'm signed into Apple when I'm trying to connect 

답변

0

rateButton: 메소드는 URL을 만드는 것입니다. URL을 열도록 응용 프로그램에 지시해야합니다. 당신은 그것을 할 수 있습니다; 이전 URL이 더 이상 작동하지 않기 때문에

NSURL *appStoreURL = [NSURL URLWithString:[NSString stringWithFormat: iOS7AppStoreURLFormat, YOUR_APP_STORE_ID]]; [[UIApplication sharedApplication] openURL:[NSURL URLWithString:appStoreURL]];

는 iOS 버전 체크를 제거했습니다.