...
- If you want landing page to open inside the app, set open_landing_page_inside_app to true
AppoxeeConfig.plist
Code Block |
---|
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>sdk</key> <dict> <key>app_id</key> <string>262777</string> <key>sdk_key</key> <string></string> <string>5b5f210528ecdd.73d33566</string> <key>is_eu</key> <!-- Optional, indicate if Data center is located in EU / US --> <false/> <key>open_landing_page_inside_app</key> <!-- Optional, indicate if landing page should open inside the app or via Safari --> <false/> <key>apx_open_url_internal</key> <string>YES</string> </dict> </dict> </plist> |
Info | ||
---|---|---|
| ||
Push Permission Auth Dialog: Please note that the "Request Push notification permission" dialog will be called on first app lunch. In order to show the dialog based on your own logic refer to : Request Notification at Best Time Handle Foreground Notifications: From OS 10, you can decided whether notifications will be displayed when app is in the foreground. Default behaviour will be that notifications are not displayed when app is in the foreground, see details on Handle Foreground Notifications Becoming UNUserNotificationCenterDelegate: If you choose to become UNUserNotificationCenterDelegate, it will require you to forward its delegate methods to Appoxee.See details on Becoming UNUserNotificationCenterDelegate |