Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Push Applications

From this field you can define which applications to send your push campaigns to.

You can access the Push Apps screen by selecting Settings Icon> Campaign Management> Campaign Settings> Push Apps.

Defining Push Application 
Anchor
push
push


  • Defining New Expo Application


       If the application you want to define is Expo Application, click the New Expo Push Application button

       on the Push Applications screen.

 


Application Name

This is the field where you specify the name you give to your Push Application you want to define.

Status
colourGreen
titlezorunlu

Push Endpoint

This is the area where the push endpoint will be determined. 

(Example;https://exp.host/--/api/v2/push/send)

Status
colourGreen
titlezorunlu

Platform

This is where you specify whether your Push application will be used in the Test or Prod environment.

Status
colourGreen
titlezorunlu

Entegration IDThe name of the application used on the SDK. (Example: RelatedAndroid)

Status
colourGreen
titlezorunlu

Custom Sound File 1

This is the field where you add your Custom Audio 1 file, the name of the added audio file of the file must be given in with the file extension.

Status
colourYellow
titleopsiyonel

Custom Sound File 2This is the field where you add your Custom Audio 2 file, the name of the added audio file of the file must be given in with the file extension.

Status
colourYellow
titleopsiyonel


  • Defining New Android Application 
    Anchor
    android
    android

    If the application you want to define is for the Android operating system, click the New Android Application button on the Push Applications screen. 

Application NameThis is the field where you specify the name you give to your Push Application you want to define.

Status
colourGreen
titlezorunlu

Server KeyClick to find out Server Key

Status
colourGreen
titlezorunlu

React Native

The field related to React application should be selected.


Platform

This is where you specify whether your Push application will be used in the Test or Prod environment.

  • If the customer's certificate for Apple is exported from the APNS test environment, the test should be selected accordingly.
  • For Google if sender_id taken from GCM is taken from the test environment, test should be selected, otherwise prod should be selected.
  • For the applications to be used in the test environment for push, test should be selected and prod should be selected for other applications.

Status
colourGreen
titlezorunlu

Entegration IDThe name of the application used on the SDK. (Ex: RelatedAndroid)

Status
colourGreen
titlezorunlu

Custom Sound File 1This is the field where you add your Custom Audio 1 file, the name of the added audio file of the file must be given in with the file extension.

Status
colourYellow
titleopsiyonel

Custom Sound File 2This is the field where you add your Custom Audio 2 file, the name of the added audio file of the file must be given in with the file extension.

Status
colourYellow
titleopsiyonel


  • Define a new IOS Application 
    Anchor
    iOS
    iOS

    If the application you want to define is for the iOS operating system, click the New iOS Application button on the Push Apps screen.


 

Application NameTanımlamak istediğiniz Push Uygulamanıza vereceğiniz ismi belirleyeceğiniz alandırThis is the field where you specify the name you give to your Push Application you want to define.

Status
colourGreen
titlezorunlu

p12 FileiOS uygulamanızın p12 sertifika dosyasını yükleyeceğiniz alandır.

This is where you will download the p12 certificate file for your iOS application. 

Status
colourGreen
titlezorunlu

p12 PasswordiOS uygulamanızın p12 dosyası için şifresini gireceğiniz alandırThis is the field where you will enter the password for your iOS application's p12 file.

Status
colourGreen
titlezorunlu

Platform

This is where you specify whether your Push application will be used in the Test or Prod environment.

  • If the customer's certificate for Apple is exported from the APNS test environment, the test should be selected accordingly.
  • For Google if sender_id taken from GCM is taken from the test environment, test should be selected, otherwise prod should be selected.
  • For the applications to be used in the test environment for push, test should be selected and prod should be selected for other applications.

Status
colourGreen
titlezorunlu

Entegration ID

This will be provided by RMC. Please contact your Account Manager.

Status
colourGreen
titlezorunlu

Custom Sound File 1This is the field where you add your Custom Audio 1 file, the name of the added audio file of the file must be given in with the file extension.

Status
colourYellow
titleopsiyonel

Custom Sound File 2This is the field where you add your Custom Audio 2 file, the name of the added audio file of the file must be given in with the file extension.

Status
colourYellow
titleopsiyonel

Tip

Ekle butonuna tıkladıktan sonra uygulamanız Push Kampanyası Oluşturma adımında görünür hale gelecektirAfter clicking the Add button, your application will be visible in Push Campaign Creation step.

Tip
Sesli push gönderimi için mobil SDK'nın en güncel sürüme yükseltiniz. Android SDK ve iOS SDK sayfalarından güncel SDK'lara ulaşabilirsiniz

Upgrade to the latest version of the mobile SDK for voice push delivery. You can view current SDK from Android SDK and iOS SDK pages





Panel
bgColor#f0f0f0

On this page you can find:

Table of Contents


Tokenların Yüklenmesi  

Uploading of Tokens  
Anchor
token
token

Bir uygulama mobil cihaza kurulduğu anda push subscription servisi ile bu cihaza ait token bilgisi RMC veri tabanına yazılır. Bir token kullanıcı uygulamada oturum açana kadar “anonim” yani hiç bir kullanıcı ile eşleştirilmeden kaydedilir. Bu tokenın bir kullanıcıyla eşleştirilebilmesi için mutlaka cihazda oturum açılmış olması ve SDK tarafından bu tokenın sahibini tanımlayıcı bir bilginin (KEY_ID yada EMAIL) RMC'ye gönderilmesi gerekir. Bu bilgiler "extra" : {} bloğunda yer almalıdır.


Extra bloğu aşağıdaki gibi EMAIL bilgisi ile gönderildiğinde ilgili token, extra’da yazan e-posta adresi ile eşleştirilecektir.

Code Block
languagejava
linenumberstrue
"extra" : {"email" : relateddigital@euromsg.com}


Eğer extra bloğu aşağıdaki gibi gönderilirse, ilgili EMAIL hesapta kayıtlı değilse yine extra bloğunda gönderilen kanal izinlerine göre hesaba kayıt edilecektir.

Code Block
languagejava
linenumberstrue
"extra" : {"email" : "z1234b@hotmail.com",
            "keyID" : "677196",
            "emailPermit" : "Y",
     		"gsmPermit" : "Y"}
            



EMAIL_PERMIT’in alabileceği değerler

Y: Yes (izni var)

N: No (izni yok)

X:  Kendi çıkmış

L:  Law permitted (yasal izinli)


GSM_PERMIT’in alabileceği değerler

Y: Yes (izni var)

N: No (izni yok)

X:  Kendi çıkmış

L:  Law permitted (yasal izinli)


PUSH_PERMIT’in alabileceği değerler

A:  Active (Aktif) *Yukarıdaki örnek isteğe göre Y değeri sistem tarafında A'ya eşittir.

P: Passive(Pasif)

I: Invalid(Geçersiz)

X: Expired (Aktif değil) *Yukarıdaki örnek isteğe göre N değeri sistem tarafında X'e eşittir.