Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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 


  • 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.

ZORUNLU

Push Endpoint

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

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

ZORUNLU

Platform

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

ZORUNLU

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

ZORUNLU

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.

OPSIYONEL

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.

OPSIYONEL


  • Defining New Android Application 

    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.

ZORUNLU

Server KeyClick to find out Server Key

ZORUNLU

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.

ZORUNLU

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

ZORUNLU

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.

OPSIYONEL

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.

OPSIYONEL


  • Define a new IOS Application 

    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ır.

ZORUNLU

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

ZORUNLU

p12 PasswordiOS uygulamanızın p12 dosyası için şifresini gireceğiniz alandır.

ZORUNLU

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.

ZORUNLU

Entegration ID

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

ZORUNLU

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.

OPSIYONEL

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.

OPSIYONEL

Ekle butonuna tıkladıktan sonra uygulamanız Push Kampanyası Oluşturma adımında görünür hale gelecektir.

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


On this page you can find:



Tokenların Yüklenmesi  

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.

"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.

"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.



  • No labels