Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

checkmobi/checkmobi_ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkmobi_ios SDK - Objective C version

This project is deprecated. You can use the new Remote Config SDK to integrate CheckMobi into any iOS App.

In order to use the sample to test the CheckMobi service you need to set the API key using [[CheckMobiService sharedInstance] setSecretKey:@"secret_key_here"];

Probably the best place to do this is in

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

As an alternative you can complete this key into the settings dialog.

In ViewController.m there are two options that you can play with:

  • const bool kHangupFirstCallDuringReverseCli = true; used to hangup the first incoming call during the missed call verification. This one minimise the chance to have the call answered by the end user.

  • const bool kShowCheckmobiDetailedMessages = true; show/hide debug informations that might not be useful for end user.

Releases

No releases published

Packages

No packages published