Last active
June 16, 2020 13:39
-
-
Save MarwanT/10a4feb62f173cacf931f7fe9b5b2b74 to your computer and use it in GitHub Desktop.
Podfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<key>NSExtensionAttributes</key> | |
<dict> | |
<key>UNNotificationExtensionCategory</key> | |
<string>MobAdSDKNotificationCategoryGeneric</string> | |
<key>UNNotificationExtensionDefaultContentHidden</key> | |
<true/> | |
<key>UNNotificationExtensionInitialContentSizeRatio</key> | |
<real>0.1</real> | |
<key>UNNotificationExtensionUserInteractionEnabled</key> | |
<true/> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment