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
-2
votes
1 answer

ITMS-90512: Invalid sdk value

Trying to Submit for Review application, but I constantly get this result: ITMS-90512: Invalid sdk value - The value provided for the sdk portion of LC_VERSION_MIN_IPHONEOS in MyApplicationName.app/Frameworks/App.framework/App is 14.0 which is…
-2
votes
1 answer

Apple rejected App due to crash, can't reproduce it

Hello guys and thank you in advance for any tip/help . I really need some help with a crash log from apple that has been bugging me for the last week, i sent 4 builds (Built using xCode 11.1) and every time i get the same answer : Guideline 2.1 -…
sonopower
  • 11
  • 2
-2
votes
1 answer

Authorization via WKWebView. Could I have troubles on AppStore review?

I do authorization via WKWebView. My app native but authorization via WKWebView, back-end open my app reference and send token. I catch token in my app and user use native app as logged in. Is it legal? Could I have reject from AppStore review…
-2
votes
1 answer

How can I get this review plugin working?

I installed a review plugin on my blog. This is the URL to the plugin: https://octobercms.com/plugin/vojtasvoboda-reviews. The review stars are not showing on my site. Can anybody help me what may be the cause of the review stars not showing?
G-Rajendra
  • 215
  • 7
  • 17
-2
votes
1 answer

how to extract the number out of 'ui_bubble_rating bubble_50' using selenium

I am using selenium to scrape reviews from tripadvisor.com. I haven't found the right way to extract all the review rating made by users:"ui_bubble_rating bubble_50", 50 = 5 star.
Julie
  • 151
  • 1
  • 1
  • 8
-2
votes
2 answers

Is it safe to use memcpy like this?

memcpy(buf, buf + (pos - offset), len); whereas, 0<=pos<=strlen(buf), 0<=offset<=strlen(buf) Is it safe to use memcpy() in this scenario? If not, what could go wrong? Please suggest the best practice.
linvenuza
  • 119
  • 8
-2
votes
1 answer

Sell drugs (traditional Chinese medicine) inside iOS App, will the App be rejected Apple review team?

If I sell drugs(traditional Chinese medicine) inside my iOS App, will it rejected by Apple App review team? I have Googled about this question but I can not find the answer.
wg_hjl
  • 535
  • 3
  • 9
-2
votes
1 answer

Apple review team has rejected app because it can't connect to ASP.NET API

I run my own VPS in Amsterdam where I have a MySQL database that is being populated and maintained using ASP.NET. It's a Windows Server. I use this API for four of my existing Android apps (published and working) with a few thousand users who…
-2
votes
1 answer

Document review tool

I want to create document review tool. With this tool a user can be able to upload a document and select the list of reviewer who can review the document and suggest the changes. Problem 1: There can be multiple user who will be reviewing the…
kbiplav
  • 63
  • 8
-2
votes
1 answer

Retrieve the reviews of a particular user on Yelp using Python

Given a user ID on YELP.com, how can I fetch the reviews written by that person? PS, I'm using yelpapi package in Python. My code is simple and as an example to search for a specific term I have it is something like the following. But I need to…
Asteroid
  • 1,049
  • 2
  • 8
  • 16
-2
votes
1 answer

Reply Comment System

Hello Everyone I am new to php and doing a project. My Problem is I am working on review page and fetching data from 3 tables using while loop. The problem is I want to create comment reply system. I am using text area for comment in loop and…
-2
votes
2 answers

MySQL Review rating

Opinie : CREATE TABLE `opinie` ( `id_opinie` INT(11) NOT NULL AUTO_INCREMENT, `id_produkt_opinie` INT(11) NULL DEFAULT NULL, `opinia_opinie` VARCHAR(255) NULL DEFAULT NULL, `ocena_opinie` VARCHAR(5) NULL DEFAULT NULL, `aktywny_opinie` ENUM('Y','N')…
Rinzler
  • 295
  • 3
  • 5
-3
votes
1 answer

How to post a page review via facebook api

I can only use POST page-id/ratings with paramater : rating:value I can only rating page without review. Anyone can help me, please.
-3
votes
2 answers

App store reviewing of restricted apps - iOS

I have an application that needs to be activated with a code that sends by SMS, but my SMS provider does not support sending messages to the US, so the application cannot be activated and nobody cannot pass this step. What can I do for this issue?
Mehdi Gilanpour
  • 156
  • 2
  • 13
-3
votes
1 answer

Beta App has been approved but the App is still "In Review"?

Beta App has been approved by Apple, does this mean that the App will be approved also in App Store? p.s when they approve Beta App that means it's an app in TestFlight where external users can test it, what im asking is that if they approved for…
Labinot Bajrami
  • 425
  • 1
  • 6
  • 15
1 2 3
41
42