I have integrated urban Airship to my android project. The problem I have is that when I push a notification with a landing page as an action,I receive the notification I click on this,the app launches, the landing page opens for 2-3 seconds and then goes to my MainActivity.class. But it should stay on Landing page. I have defined as a parent activity of the com.urbanairship.actions.LandingPageActivity at manifest xml the MainAcitvity.class. Any help plz? Thanks.
Android Urban Airship Landing page closes after a while
240 Views Asked by Sonia At
1
There are 1 best solutions below
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in ACTION
- Calling controller action from action in component
- Why this submit action dont work with php isset?
- Making an HTML Jigsaw Puzzle in Flash CC
- specify type of delegate parameter
- Cocos2D 2.x: Running CCWave action makes sprite disappear
- Render outcome of "action" attribute?
- one form two actions with javascript
- Removing a Wordpress action added from a Plugin and than adding a new action in place of that
- How to add action for custom form in wordpress?
- Java: Need pressing enter to trigger action and actionlistener
- Java actionPerformed questions
- Random Line Appearing on Moving Texture Node
- Understanding touch system
- How to subclass an UIButton to pass multiple NSString parameters via addTarget:action:forControlEvents
- Java JButton.setAction(...) null's button text
Related Questions in URBANAIRSHIP.COM
- urban airship cordova plugin integration
- Install 2 SDK for Push Service
- UrbanAirship: Error setting tags on namedUser
- PhoneGap Android app is crashing after adding urbanairship to config.xml
- Urban Airship Android addTag response?
- Android Urban Airship Landing page closes after a while
- extract alert from urban airship userinfo
- urban airship trouble for iOS 7 and iOS 8
- Grabbing Device Tokens from Urban Airship
- set tab badge from urban airship push notification
- Make Urban Airship restart after killed on Android
- How does Urban Airship gets a push token without implementing application:didRegisterForRemoteNotificationsWithDeviceToken:
- iOS payload, but nothing to deliver to (missing device_tokens, tags, segments, or aliases)
- How to solve "Failed to find provider info for com.my.package.urbanairship.provider"?
- What services and activities are really required for Urban Airship Android push notifications?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
What SDK version are you using? A fix was introduced in 5.0.2 where the landing page could launch before the app is able to launch. If you are using an older version, you should update and see if that fixes your issue.
Please contact Urban Airship support and provide your manifest, build.gradle, and your custom push receiver if you have one.