Questions tagged [review]

For questions about systems that implement reviews, such as an e-commerce platform that has a reviews component. DO NOT use this tag for questions about code reviews.

For questions about systems that implement reviews, such as an e-commerce platform that has a reviews component. DO NOT use this tag for questions about code reviews.

628 questions
11
votes
5 answers

Formatting XSD scheme for peer review

I designed a data model which is represented by an XSD scheme. The data model also provides the types that are being used as web service parameters in a WSDL descriptor. I would like to send the XSD scheme around and ask the people involved to peer…
poezn
  • 4,009
  • 4
  • 25
  • 27
11
votes
2 answers

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

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 =…
toto_tata
  • 14,526
  • 27
  • 108
  • 198
10
votes
1 answer

In app review(FakeReviewManager) dialog not showing in android

There is a simple app in android studio written in kotlin.This is the following code in onCreate val manager = FakeReviewManager(baseContext) val request = manager.requestReviewFlow() request.addOnCompleteListener{ request -> if…
Brutal
  • 798
  • 1
  • 14
  • 37
10
votes
2 answers

Are there RSS feeds for iOS apps' reviews on the app store?

I am interested in getting an RSS feed for new customer reviews for my app on the app store, does Apple provide an RSS feed for new app reviews?
Jason
  • 14,517
  • 25
  • 92
  • 153
10
votes
5 answers

SKStoreReviewController requestReview method takes time to display and app get stuck until ReviewController presented

I am using StoreKit for in app rating. but whenever I call SKStoreReviewController requestReview method, the app get stuck and after a while the review View presented and then app get to normal state. Why this happened and if there is any solution…
Tahir Pasha
  • 361
  • 3
  • 14
10
votes
2 answers

Is there a minimum time between prompts for SKStoreReviewController.requestReview()?

I understand that when we call SKStoreReviewController.requestReview(), Apple decides whether to show a review prompt based on a variety of factors. What I'm curious about is the minimum time between prompts for our app. According to Apple, there is…
Luke
  • 7,110
  • 6
  • 45
  • 74
9
votes
2 answers

TypeError: list indices must be integers, not str (boolean convertion actually)

import nltk import random from nltk.corpus import movie_reviews documents=[(list(movie_reviews.words(fileid)),category) for category in movie_reviews.categories() for fileid in…
RokiDGupta
  • 371
  • 2
  • 7
  • 14
9
votes
6 answers

Is CakePHP preferable for a large scale web application?

I am a good PHP developer and wanted to develop a large scale web application in PHP. I was thinking about using the CakePHP framework. Is CakePHP good for large scale web applications? Should I start learning and using it? Is CakePHP worth…
happyhardik
  • 24,987
  • 7
  • 47
  • 60
9
votes
1 answer

Facebook App Review process

We would like to allow users to signup for our site with their Facebook credentials. We'd also like to read the user's location during signup, for which FB now require approval. Obviously, we can't launch the site until users can signup, but FB…
Paul
  • 494
  • 5
  • 8
9
votes
3 answers

Google Developer Console: How to see all ratings in review list?

In Google Play Developer Console I currently can see only the user feedbacks which have reviews submitted along with the rating. But I cannot see the ones with only rating (no review). I can see some of those through the Play Store itself (by…
Emil
  • 555
  • 3
  • 7
  • 16
9
votes
9 answers

I want to get woocommerce reviews by product id and display it in a template

I want to fetch woocommerce product reviews by product id or anything else and want to display it in a template created by me.
Kishan Shiyaliya
  • 121
  • 1
  • 1
  • 5
8
votes
4 answers

How to delete review of Google Chrome extension

As the title says? Clicked on submit before I finished reading that it posts your username and photo.
alchemy
  • 954
  • 10
  • 17
8
votes
0 answers

How to code review "new" repository in github

I want to review code that is totally new. But, I am unable to create a pull request, nor I am able to add a comment. Does github supports reviewing code for only changes to existing repositories? What if it is a new repository built only on master?…
Neeraj Gupta
  • 765
  • 1
  • 10
  • 18
7
votes
2 answers

How long does it take for apple to review your message in resolution center

My iphone app rejected due to screen shot containing placeholder iAd banner. I loaded a new screen shot without the iAd banner and replied the message in resolution center. However, since it is only meta data change and doesn't require a new…
Leo Chan
  • 97
  • 1
  • 3
7
votes
1 answer

iOS app crash on launch

Hello my app crashed on launch on review of Apple Review Team and I didn't get crash report in Crashlytics, that is why only information I have is their response and crash report. So I share it with you, I didn't find proper information inside it,…
えるまる
  • 2,409
  • 3
  • 24
  • 44
1
2
3
41 42