appirater

Rate and review within an app possible in iOS7?

别等时光非礼了梦想. 提交于 2019-12-12 08:17:55
问题 I have heard that iOS7 allows users to rate and review an app within that app, avoiding the need to redirect to appstore and leaving the app. So far, I have only found the difference in the URL links for the rate feature in itunes as mentioned in ITunes review URL and iOS 7 (ask user to rate our app) AppStore show a blank page, but not how to stay inside the app. I'm using Appirater in my app and integrated the new url and app goes to appstore for rate/review. Can anybody tell me if this new

iOS, Cocoa, AppiRater - How to localized Cancel Button for SKStoreProductViewController

◇◆丶佛笑我妖孽 提交于 2019-12-08 01:02:02
问题 How can I localize the "Cancel" button in the AppiRater view controller that is popped over? I was looking in the AppiRater code... it makes us of the SKStoreProductViewController like this: SKStoreProductViewController *storeViewController = [[SKStoreProductViewController alloc] init]; Basically I want to something like this: [storeViewcontroller.navigationBar.cancelButton setText:NSLocalizedString(@"Cancel", nil)]; Any ideas? 回答1: Appirator? Rating SDK? Here is localized version of

iOS, Cocoa, AppiRater - How to localized Cancel Button for SKStoreProductViewController

杀马特。学长 韩版系。学妹 提交于 2019-12-06 11:53:10
How can I localize the "Cancel" button in the AppiRater view controller that is popped over? I was looking in the AppiRater code... it makes us of the SKStoreProductViewController like this: SKStoreProductViewController *storeViewController = [[SKStoreProductViewController alloc] init]; Basically I want to something like this: [storeViewcontroller.navigationBar.cancelButton setText:NSLocalizedString(@"Cancel", nil)]; Any ideas? Appirator? Rating SDK? Here is localized version of Appirator. Make sure you added all .lproj folder to your Xcode project. 来源: https://stackoverflow.com/questions

Check if App is rated in App Store

假如想象 提交于 2019-12-02 02:54:04
问题 I have gone through all the links prompted when I was about to post this question. also this, Is there a way to check if a user has rated your app on the app store? I want to know if there is any way by which i can know if actually my app has been rated by the user. P.S: I have used appirater to implement prompt on required event.. which is working properly. Thanx in advance 回答1: You could have a look at AppReviews which queries the app store for reviews. However be aware that Apple regard

Check if App is rated in App Store

邮差的信 提交于 2019-12-02 00:41:20
I have gone through all the links prompted when I was about to post this question. also this, Is there a way to check if a user has rated your app on the app store? I want to know if there is any way by which i can know if actually my app has been rated by the user. P.S: I have used appirater to implement prompt on required event.. which is working properly. Thanx in advance You could have a look at AppReviews which queries the app store for reviews. However be aware that Apple regard these as private APIs, so they may not allow you to query them in an app. 来源: https://stackoverflow.com

how can you get the app ID for my iPhone application before I submit it to Apple?

我是研究僧i 提交于 2019-11-29 03:57:24
I am using Appirater for my iPhone application and it requires me to put in the APPIRATER_APP_ID which is described as the Apple generated software id . How do I get this ID while my app is still under development? You basically create the app in iTunesConnect and then you get its Apple ID, which consists of a number. You will see this full ID once you have completed registering your app. So go to iTunesConnect, select Manage Your Apps and then Add your app using the button at the top or select an existing app. Under App Information there is the apple ID given. You can then later upload your

how can you get the app ID for my iPhone application before I submit it to Apple?

孤街醉人 提交于 2019-11-27 18:11:17
问题 I am using Appirater for my iPhone application and it requires me to put in the APPIRATER_APP_ID which is described as the Apple generated software id . How do I get this ID while my app is still under development? 回答1: You basically create the app in iTunesConnect and then you get its Apple ID, which consists of a number. You will see this full ID once you have completed registering your app. So go to iTunesConnect, select Manage Your Apps and then Add your app using the button at the top or