AppSDK
  • Introduction
  • GETTING STARTED
    • Sample Markers
    • Third Party Libraries
  • INTEGRATIONS
    • IOS SDK Integration Manual
    • IOS SDK Strings
    • Android SDK Integration Manual
    • Android SDK Strings
  • DEBUGGING UTILITIES
    • SDK Debug View
    • SDK Debug Telnet Console
  • PUBLISH A BLIPP
    • SDK in Custom Applications
  • FAQs
    • App SDK FAQs
  • SUPPORT
    • Contact Support
Powered by GitBook
On this page
  1. INTEGRATIONS

IOS SDK Strings

Learn more information on

PreviousIOS SDK Integration ManualNextAndroid SDK Integration Manual

Last updated 2 years ago

For many Blippar SDK features UI is needed and wherever there is UI there is text. We try to use simple text whenever possible but there can be a scenario whereby you may want to customise this text.

The client app can redefine the text the SDK uses, there is default English versions for all text. To enable localisation or for customisation these can be redefined in the client app.

To redefine a string simply put in an entry in your Localisable.strings with the appropriate BlipparSDK key:

"BSDK_STRING_BLIPP_REMOVED_FROM_FAVOURITES_MESSAGE" = "my text";

Below is a list of strings embedded in the SDK, you can overwrite them by defining the same string in your app's strings.xml in the appropriate language.

String Name
English Default
Context
Description

BSDK_STRING_PHONE_TITLE

Make Phone Call?

In Blipp - Phone

Title for phone call alert

BSDK_STRING_PHONE_CALL

Call?

In Blipp - Phone

Text before phone number

BSDK_STRING_PHONE_CANCEL

Cancel?

In Blipp - Phone

Used for cancel button on phone call alert

Blippar Documentation Centre