Repro App
Upload Push Certificate
What is Push Certificate?
In order to send Push Notification to iOS devices,preparing and setting a p12 certificate or a p8 key are required.
So we will explain how to generate p12 certificate and p8 key in the process below
Please check the development guide for the details on how to create it.
Also, in order to send Push Notification to Android devices, a Server Key for using Firebase Cloud Messaging(FCM) has to be registered on Repro.
Please check the development guide for the details.
How to upload
Uploade p8 key on Repro
Please go to SETTING>PUSH NOTIFICATION SETTINGS
Fill out boxes with KEY ID, Team ID, and Bundle ID.(you can see how to check each ID on the development guide)
NOTE
When you set up above, please be sure to choose Production for Production environment, and choose Sandbox for development environment.
Here are definisions for Production environment and Development environment.
- Production environment:The app downloaded from App Store or distributed through AdHoc using test app distributing tool such as TestFlight
- Development Environment:The app which is built on IDE
Upload p12 key on Repro
If you select "Use P12 file" on this screen above and set a password when creating the p12 file, enter the password in the "Certificate passphrase" field. Then you can upload an APNS certificate.
※When you upload both of p12 certificate and p8 key on the dashboard,p8 key will take precedence.
You can upload FCM Server Key with scrolling down.
STEP3. Implementation of Repro
- Planning Events
- User Profile
- Deep Link
- User ID
- Data Linkage
- Install SDK
- Check the Events
- Check the User Profile
- Upload Push Certificate