Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 2    Views: 62

MadRod
Aspiring developer
Profile
Posts: 1853
Reg: Apr 12, 2012
Lisbon
27,930
06/02/15 03:21 AM (9 years ago)

REVIEW APP POP UP

Hi, how is everyone going about to having the clients review the app? Does anyone know how to have the review the app, pop up appear? Thank you
 
chadh0130
Apple Fan
Profile
Posts: 352
Reg: Nov 05, 2011
Rhode Island
4,020
like
06/02/15 09:11 AM (9 years ago)
Instructions for iOS: 1. Right click on your project name in xcode and select New Group. Name it "Appirator" 2. Download and drag the following three files into the folder you just created from the github repository. Appirator.h, Appirator.m, AppiratorDelegate.h https://github.com/arashpayan/appirater 3. In your Delegate.m file located in the BT_config folder, Add #import "Appirater.h" at the top. 4. At the end of the didFinishLaunchingWithOptions method, add the following right BEFORE //return... //set appirator options here [Appirater appLaunched:YES]; [Appirater setAppId:@"ADD_YOUR_APP_ID_HERE"]; [Appirater setDaysUntilPrompt:3]; [Appirater setUsesUntilPrompt:5]; [Appirater setSignificantEventsUntilPrompt:-1]; [Appirater setTimeBeforeReminding:2]; [Appirater setDebug:YES]; 5. Set "setDebug" to YES to preview popup during development and when ready to submit to the app store, change it to NO.
 
MadRod
Aspiring developer
Profile
Posts: 1853
Reg: Apr 12, 2012
Lisbon
27,930
like
06/03/15 11:26 AM (9 years ago)
Awesome... Super thanks. Super easy. Perfect. Cheers Miguel
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.