Re: Tapatalk alternative for Elkarte boards? 
							
								 
							
								Reply #15  – December 14, 2019, 09:10:15 pm 
							 
							
						 
					
					
						I'm continuing to play a bit with this and I actually now have basic web push working ... I know that is not very exciting but to get it to work seemed like a lot of effort, or at least a lot of library dependencies.  Lets see, phpasn1, guzzle, webpush, sodium, http-message, getallheaders, base64url, and web-token with a variety of signature algos.   I've culled this to 340 files in 67 directories LOL.   All made a bit more difficult on 1.1 as our autoloader is not really PSR compliant like it is on 2.0, meaning I've probably missed a few namespaces etc. 
						
					
				 
				
						
						
							Re: Tapatalk alternative for Elkarte boards? 
							
								 
							
								Reply #17  – December 15, 2019, 09:00:14 am 
							 
							
						 
					
					
						Thanks, I'll give that a read.  I'm sure that since they have the same GMP requirement, and issues with Apple, its the setup I now have working.   
						 
						
					
				 
				
						
						
							Re: Tapatalk alternative for Elkarte boards? 
							
								 
							
								Reply #25  – December 22, 2019, 06:18:04 pm 
							 
							
						 
					
					
						I should probably break the push notifications thing out to its own thread.