Skip to content

quanghits/GoogleUserMessagingPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift Package Manager for GoogleUserMessagingPlatform

Currently Google doesn't provide GoogleUserMessagingPlatform as Swift package manager.
This repository is alternate for using that as Swift package manager.
Framework is updated directly from the original library, ensuring security.
You can completely rest assured to use.

Workaround for Xcode 12.0...12.4

  • There is an issue with device installation or archive uploading, see the discussion and various workaround scripts in official Firebase SPM
    firebase/firebase-ios-sdk#6472

Add the following script to Scheme -> Build -> Post-actions.

rm -rf "${TARGET_BUILD_DIR}/${PRODUCT_NAME}.app/Frameworks/UserMessagingPlatform.framework"
rm -rf "${TARGET_BUILD_DIR}/${PRODUCT_NAME}.app/PlugIns/UserMessagingPlatform.framework"
rm -rf "${TARGET_BUILD_DIR}/${PRODUCT_NAME}.app/Watch/UserMessagingPlatform.framework"
rm -rf "${TARGET_BUILD_DIR}/${PRODUCT_NAME}.app/AppClips/AppClip.app/UserMessagingPlatform.framework"

Official Information

https://developers.google.com/admob/ump/ios/download
There are release notes, terms of service, SDK binary and more.
You can download official xcframework and construct your own Swift package safely.

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

Donate

About

Swift Package Manager for GoogleUserMessagingPlatform

Resources

License

Stars

Watchers

Forks

Packages

No packages published