Is it possible to check if a user really submitted the review on the app store. I am redirecting the user to my application's page on the store but I couldn't check if he really submitted the review or not. I am using appirater by arashpayan it allow me to track if the user pressed on the rate button but no actually action is taken if the user submits or not the review.
ios :check if user submitted review
902 Views Asked by Joe Haddad At
1
There are 1 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in ITUNES-APP
- What would happen if I change itunes Connect developer membership from Individual to a Company?
- Can Applescript record the CURRENT setting of a Preference in iTunes?
- Apple App link does not open rather it asks for itunes
- make old version of app free and upload new paid version - itunes
- deleting app a rejected app from itunes connect because I want changed from universel to iphone
- Can I change my application's name? The catch is that an application with the same name already exists on my account
- iTunes 12 Install IPA
- iTunesConnect primary language not found
- Is there any iTunesConnect API to get all transactions of particular day or month of itunes account for all the customers?
- Trouble publishing my app to appStore: entitlements, bundleID, plist...?
- App icon has strange white edges in iTunes Connect
- iTunes integration & resizing
- when signin to Apps store very 1st time to download app, it will asking for review
- How do I write an Applescript for iTunes to find iPhone apps?
- iOS Document Directory files are not retained
Related Questions in APPIRATER
- Can review rate app after delete and reinstall of the app iOS
- Is it possible to set appirater to show after every nth days?
- App review page coming twice in AppStore while using Appirater
- `[NSUserDefaults standardUserDefaults]` returns nil
- how can you get the app ID for my iPhone application before I submit it to Apple?
- Appirater alert doesn't show up
- can not connect to itune store while click on rating within application
- iOS Appirater works when debug enabled, not disabled
- iOS UIActionSheet as a plugin
- Semantic Issue - implicit declaration of function
- ios :check if user submitted review
- Will Parse working correctly if I set StoreKit's status to optional in Build Phases
- Rate and review within an app possible in iOS7?
- I have some problems with displaying Appirater and the next show
- Appirater not asking to review
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You cannot track any actions taken outside of your app. This includes that you cannot track whether the user actually submitted a review or not.