review

Find out programmatically who has given 5 star rating to our iPhone app

↘锁芯ラ 提交于 2019-12-05 09:29:41
I see many apps saying that "if you give 5 star rating to our app you will receive 1000 coins." The user can use these coins in the downloaded app. I want to implement the same feature. How can we determine who has given 5 star rating to our iPhone app programmatically so that we can give them coins immediately after they have given the rating? There's no official API to get reviews in iTunes, though you can get them in iTunes Connect and there are apps that scrape them (though they can be fragile). The reviews in iTunes typically show a nick name rather than anything uniquely identifiable. So

Fake reviews datasets

浪子不回头ぞ 提交于 2019-12-05 09:16:32
There are datasets with usual mail spam in the Internet, but I need datasets with fake reviews to conduct some research and I can't find any of them. Can anybody give me advices on where fake reviews datasets can be obtained? Myle Ott Our dataset is available on my Cornell homepage: http://www.cs.cornell.edu/~myleott/ A recent ACL paper, where the authors compiled such a data set: Finding Deceptive Opinion Spam by Any Stretch of the Imagination Myle Ott, Yejin Choi, Claire Cardie, Jeffrey T. Hancock You might be able to find something in the references. Alternatively, you can mail the authors

Reviews/Comparison of Open Source ASP.NET MVC CMS [closed]

点点圈 提交于 2019-12-05 01:09:43
I am looking for an open source CMS for ASP.NET MVC. I have found MvcCms, N2, and AtomicCMS. I'm looking for any advice, anecdotes, resources or articles comparing the different open source projects so I can find the best one for my project. I'd like to find information about the features, extensibility, relative reliability and continued development of the different projects. Thanks guys. You ought to look at Orchard CMS. It was released a few days ago, so still in its infancy. We are having a very close look as most clients want this kind of thing. Orchard is open source, but it is part of

how to display review form as well as reviews in a tab in product page [duplicate]

旧城冷巷雨未停 提交于 2019-12-04 21:43:01
Possible Duplicate: how to add review tab on product view page How to display review form as well as reviews in a tab in product page . I was doing the following in catalog.xml <!--action method="addTab" translate="title" module="catalog"><alias>review</alias><title>Review</title><block>review/product_view_list</block><template>review/product/view/list.phtml</template></action--> <!--For getting the review datails--> <action method="addTab" translate="title" module="catalog"><alias>review</alias><title>Review</title><block>review/form</block><template>review/form.phtml</template></action> <!-

Flattening nested lists of the same type

你离开我真会死。 提交于 2019-12-04 13:04:55
Let's say I want to flatten nested lists of the same type... For example ListA(Element(A), Element(B), ListA(Element(C), Element(D)), ListB(Element(E),Element(F))) ListA contains nested list of the same type ( ListA(Element(C), Element(D)) ) so I want to substitute it with the values it contains, so the result of the upper example should look like this: ListA(Element(A), Element(B), Element(C), Element(D), ListB(Element(E),Element(F))) Current class hierarchy: abstract class SpecialList() extends Exp { val elements: List[Exp] } case class Element(name: String) extends Exp case class ListA

How to send the user directly to the review page on The App Store?

*爱你&永不变心* 提交于 2019-12-04 07:52:01
问题 Up to now (with iOS < 6.0), I used the following URL and code to send the user directly to the review page of my app (to rate it with 5 stars and post a friendly comment :)): NSString *stringUrl = @"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=XXXXXXXX&pageNumber=0&sortOrdering=1&type=Purple+Software&mt=8"; NSURL *url = [NSURL URLWithString:stringUrl]; [[UIApplication sharedApplication] openURL:url]; This code doesn't work anymore when I run my app on a device

When reviewing requirements specification what “deadly sins” need to be addressed? [closed]

家住魔仙堡 提交于 2019-12-03 05:19:47
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 months ago . When reviewing requirements specification (that includes functional, non-functional requirements, constraints etc) however small or large it is what are the "deadly sins" committed by authors to look out for? Please list not more than 7 most essential things (in order of

Protect from fake reviews on Google Play [closed]

一曲冷凌霜 提交于 2019-12-03 04:41:09
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I published my Android app to Google Play and everything was fine. I got about 5000 user reviews with an average 4.6 mark. But at some moment I started getting lowest mark with an insane speed. Several hundred 1 marks during 5 days. So my rating fell to 4.3. There were no complains from users, no comments, just

How to Add “Write a Review” / “Rate Us” Feature to My App?

二次信任 提交于 2019-12-03 01:53:53
问题 I wish to add some sort of a "Write a Review" or "Rate Us" feature to my app so my customers can easily rate and review my app. Best practice I can think of is to have some sort of pop-up or open a UIWebView within my app so the user is not kicked off of my app while opening the App Store application as done in: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms://itunes.com/apps/myAppName"]]; Does anyone knows of a way to do that? 回答1: StoreKit API (iOS 10.3 and up) As of

Where can I learn jQuery? Is it worth it?

橙三吉。 提交于 2019-12-03 00:02:15
问题 Locked . This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions. I've had a lot of good experiences learning about web development on w3schools.com. It's hit or miss, I know, but the PHP and CSS sections specifically have proven very useful for reference. Anyway, I was wondering if there was a similar site for jQuery. I'm interested in learning, but I need it to be online/searchable,