Appirater not working in iOS7 beta

1,587 views
Skip to first unread message

Trond Rossvoll

unread,
Aug 8, 2013, 3:56:55 PM8/8/13
to appi...@googlegroups.com
I´m testing iOS 7 beta 5 and appirater onsly sends me to a blank screen in the iPhone app store.
Is this working for anyone else? I´m guessing they changed the link...

Arash Payan

unread,
Aug 9, 2013, 4:40:56 PM8/9/13
to appi...@googlegroups.com
I haven't tested it, but it wouldn't surprise me. I'd like to wait until iOS 7 goes gold before trying to address something like this, because the betas are always a mess.

-Arash

Dan Petitt

unread,
Sep 20, 2013, 10:28:17 AM9/20/13
to appi...@googlegroups.com
With the release of iOS7 it appears the problem hasnt gone away and it still fails with a blank screen ... i have seen this on other peoples apps as well as my own.

nvrtd frst

unread,
Sep 23, 2013, 2:04:55 PM9/23/13
to appi...@googlegroups.com
I want to echo this problem as well. Link is not working in iOS 7.

Benjamin Wheeler

unread,
Sep 23, 2013, 3:35:01 PM9/23/13
to nvrtd frst, appi...@googlegroups.com
if you search stackoverflow for "link to app store ios 7" you'll see
the format you need to use now. open up Appirater.m and you can fix it
yourself.
-Ben

--------------------
Ben Wheeler
mobile 917.254.1578

nvrtd frst

unread,
Sep 23, 2013, 3:49:48 PM9/23/13
to appi...@googlegroups.com, nvrtd frst
Ben, thanks that really helped. Since even the correct external link cannot link to the review section anymore (so it seems), I ended up switching to using SKStoreProductViewController to pull up the app store in-app.

However, I am finding that I cannot physically press the button "Write a Review" in this modal view! Have you or anyone else noticed this??? Every other button works in the modal view except that button.

Jason

Benjamin Wheeler

unread,
Sep 23, 2013, 4:36:05 PM9/23/13
to nvrtd frst, appi...@googlegroups.com
i'm not using SKStore... but rather just the url to itms, and the
write a review button works fine for me.
-Ben

--------------------
Ben Wheeler
mobile 917.254.1578


Arash Payan

unread,
Sep 24, 2013, 11:18:38 PM9/24/13
to appi...@googlegroups.com, nvrtd frst
Just released 2.0.2 that fixes the blank app store page and the disabled 'write a review' button.

-Arash
Message has been deleted

Bernhard Obereder

unread,
Sep 25, 2013, 3:20:15 PM9/25/13
to appi...@googlegroups.com
The disabled 'write a review' button bug is still there for me even in the new version.
Any ideas?

Bernhard

Arash Payan

unread,
Sep 25, 2013, 4:40:52 PM9/25/13
to appi...@googlegroups.com
Are you calling [Appirater setOpenInAppStore:NO]? If so, that would force usage of the StoreKit UI and the disabled 'Write a Review' button on iOS7. The StoreKit UI is now only a useful option in iOS6 because of Apple's change.

Leave setOpenInAppStore to it's default value and everything should work optimally.

-Arash

Marco Siino

unread,
Nov 21, 2013, 9:32:02 AM11/21/13
to appi...@googlegroups.com
Hi, i'm using the ver. 2.0.2 and has the same problem of blank screen on iOS 7. I've set the language to italian and i'm not using [Appirater setOpenInAppStore:NO]

How can i fix it ?

Arash Payan

unread,
Nov 21, 2013, 10:52:01 AM11/21/13
to appi...@googlegroups.com
Has your app been published yet? If not, you will see a blank screen when you try to review your app.

Bernhard Obereder

unread,
Dec 9, 2013, 2:54:09 PM12/9/13
to appi...@googlegroups.com
Same here.
Newest version and app is already published!
This is my code:

    [Appirater setAppId:@"APP_ID"];

    [Appirater setDaysUntilPrompt:0];

    [Appirater setUsesUntilPrompt:5];

    [Appirater setDebug:NO];

    

    [Appirater setDelegate:self];


    [Appirater appLaunched:YES];


best regards

Arash Payan

unread,
Dec 14, 2013, 3:28:57 AM12/14/13
to appi...@googlegroups.com
You need to specify your app id in the `setAppId` method. The code you pasted shows that you're still using the sample string from the documentation.

Amit Chauhan

unread,
Jan 2, 2014, 3:30:52 PM1/2/14
to appi...@googlegroups.com
I took the latest (as of 1/2/2014), and "Write a Review" button is still disabled for me.
I am not calling setOpenInAppStore, and using the default value.

    [Appirater setAppId:ITUNES_APP_ID];
   
[Appirater setDaysUntilPrompt:[[Constants instance].appiratorDaysUntilPrompt doubleValue]];
   
[Appirater setUsesUntilPrompt:[[Constants instance].appiratorUsesUntilPrompt doubleValue]];
   
[Appirater setSignificantEventsUntilPrompt:[[Constants instance].appiratorSignificantEventsUntilPrompt doubleValue]];
   
[Appirater setTimeBeforeReminding:[[Constants instance].appiratorDaysBeforeReminding doubleValue]];
   
//[Appirater setOpenInAppStore:YES];


If I call setOpenInAppStore:YES, then it takes me to App Store, but the screen is blank.

My app is already in the app store and the app id is all correct.

Any idea, what could be the issue?

Thanks
Amit
Message has been deleted

Amit Chauhan

unread,
Jan 2, 2014, 6:31:23 PM1/2/14
to appi...@googlegroups.com
I take it back. Just 1 more step I had to do to make it work....Clean the project. Running without cleaning was not taking the latest code.
After cleaning, it works as expected.

Thanks
Amit

Reply all
Reply to author
Forward
0 new messages