Skip to content

baontq23/Logos-API-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logos API Authentication

Logos API Authentication is a validator for tweaks.

APIKey Vietnamese Guide

Preview

Login Login success
Update Expired
Dashboard

Installation

Client

Clone or Download this Repo. Then simply drag the folder API-EN or API-VI to your project and rename folder to API.

Server

Register account and create package on APIServer

Setup API

Start by adding the following to your project

#import "API/APIClient.h"

Makefile config (theos)

#Edit TWEAK_NAME and remove @@
@@TWEAK_NAME@@_LDFLAGS += API/libAPIClient.a

API Integration

#import "APIClient.h"

void function(){
    APIClient *API = [[APIClient alloc] init];
    [API setToken:@"TOKEN"]; //Enter token from dashboard
   //paid
    [API paid:^{
        //load menu
        loadview(); //etc
        menuSetup();

        //Optional
    	NSLog(@"APIData - Key: %@", [API getKey]);
        NSLog(@"APIData - UDID: %@", [API getUDID]);
        NSLog(@"APIData - Expiry date: %@", [API getExpiryDate]);
        NSLog(@"APIData - Device model: %@", [API getDeviceModel]);

   }];
}

Extra Customizations

See more in APIClient.h

Video Guide

Youtube

Author

Created by Bao Nguyen.

About

API Authentication for iOS Logos Tweak

Resources

Stars

Watchers

Forks

Packages

No packages published