Discussion Forums  >  Xcode, Errors, Installing, Configuring

Replies: 13    Views: 113

Kingston
Aspiring developer
Profile
Posts: 118
Reg: Feb 01, 2013
New York
1,180
09/04/15 11:45 AM (8 years ago)

No iOS devices registered - Push Notification

Hi, Currently i am using Buzztouch 3.0 to develop my app. When I tried sending push notification, it says There are no iOS Devices registered. You can't send messages until devices are registered. Devices need to register as "Live" or "Design", depending on which mode you selected. Kindly provide me a solution
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
09/05/15 01:08 AM (8 years ago)
I gave up with BT push notifications, never worked for me, not iOS, not Android. I tried with Parse and on iOS works fine, but Android not. Looks that push notifications aren't strongest BT component, It would be great if somebody solve this.
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
09/06/15 02:01 AM (8 years ago)
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
09/06/15 05:00 AM (8 years ago)
FunkyMonkey, does your Android app work properly on BT server or self hosted?
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
09/06/15 05:57 AM (8 years ago)
im self hosted
 
Rachelle-Joanne
Aspiring developer
Profile
Posts: 65
Reg: Jan 15, 2013
Lagos
650
like
09/25/15 05:33 AM (8 years ago)
Hello Miku I was able to setup parse on android to work flawlessly yesterday. I can send you the code modifications if you want it.
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
09/25/15 06:14 AM (8 years ago)
Please send. Thanks
 
Rachelle-Joanne
Aspiring developer
Profile
Posts: 65
Reg: Jan 15, 2013
Lagos
650
like
09/25/15 08:01 AM (8 years ago)
Here is a link to a step by step process of setting parse on android https://docs.google.com/document/d/14E7osRcXTPEroFqLudcUk1v76FjylSoX3h_tqPHNh5c/edit?usp=sharing its very detailed, did it that way to make it easy. Thanks
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
09/26/15 04:47 AM (8 years ago)
Thanks Rachelle-Joanne. Is this for Eclipse or Android Studio? I wonder because you say "self hosted bt" but as far as I know Android Studio packages are only for BT server.
 
Rachelle-Joanne
Aspiring developer
Profile
Posts: 65
Reg: Jan 15, 2013
Lagos
650
like
09/26/15 04:56 AM (8 years ago)
This is for android studio. I use Android studio for my self hosted server. Infact for both servers.
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
09/28/15 02:16 AM (8 years ago)
Rachelle-Joanne, can you tell me which version of Java you use? I have on my Mac installed java 1.6 which is not enough for Android Studio, but I am afraid to install higher version because I work most on Eclipse. I tried in Windows, I get error: Error:Execution failed for task ':app:dexRelease'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_51\bin\java.exe'' finished with non-zero exit value 2 -----------------
 
Rachelle-Joanne
Aspiring developer
Profile
Posts: 65
Reg: Jan 15, 2013
Lagos
650
like
09/28/15 04:50 AM (8 years ago)
Miku, I use java 1.7 on my Mac, I use my Mac mostly for developing Androids apps cause I think its much easier on the Mac, But Setting up Android Studio on your Mac is not that difficult, there is actually a video on youtube for setting up android studio for buzztouch apps, unless you use eclipse for other purposes. here is the link https://www.youtube.com/watch?v=LsLTfaajeqg But Concerning you error you are getting on windows, checked it up on google I think this link can help http://stackoverflow.com/questions/28796422/after-import-from-eclipse-to-android-studio-cannot-run-execution-failed-for-task Cheers
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
09/29/15 12:27 AM (8 years ago)
I removed and then copied again both Parse and bolts jars in libs directory, but no success. You can see printscreen here: https://www.dropbox.com/s/djthmtqmlpaq0wd/screen_as1.jpg?dl=0
 
Rachelle-Joanne
Aspiring developer
Profile
Posts: 65
Reg: Jan 15, 2013
Lagos
650
like
09/29/15 10:55 AM (8 years ago)
Miku this is how mine looks like dependencies { compile 'com.parse.bolts:bolts-android:1.+' compile fileTree(dir: 'libs', include: 'Parse-*.jar') } also dont forget to go to Project Structure in the File Menu and click on dependencies and select the parse.jar and click ok, also do the same for the bolts.jar
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.