Skip to content

Werbary/WBInAppHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WBInAppHelper

Easy in-apps for your applications

Installation

  1. Copy files to your project
  2. Call, when you have list of your product ids:
[WBInAppHelper setProductsList:@[@"com.my.product"]];
  1. Get price of product:
NSString *str = [WBInAppHelper priceStringFromProductId:@"com.my.product"];
  1. Call:
[WBInAppHelper payProduct:@"com.my.product" resBlock:^(BOOL success, NSError *err){
    if (success) {
        //paid successfully
    }
}];
  1. Check is product paid anywhere in your app:
BOOL paidProduct = [WBInAppHelper isProductPaid:@"com.my.product"];

About

In-app purchases made easy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published