Skip to content

AzozzALFiras/PlutoDRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PlutoDRM

3zozz is an in-between server for PlutoDRM API.

Use this in order to keep your Developer Access Key a secret. Please use HTTPS if you are going to use it on your own server.

Usage

If you're using PlutoDRM, you can call import it into your tweaks.

#import "PlutoDRMRequest.h"

Make sure you've set up the macros in PlutoDRMRequest.m beforehand.

#define API_URL @"https://YOUR_SERVER_HERE"

Calling it is even easier.

PlutoDRMRequest* PlutoDRM = [[PlutoDRMRequest alloc] init];
int returnCode = [PlutoDRM SentRequest3zozz]; 

// Do whatever you will with the return code
if (returnCode == 0) {
  // Purchased!
}
else if (returnCode == 1) {
  // Pirated :(
}

else {
  // An error with the API Occured
}

About

3zozz is an in-between server for PlutoDRM API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published